summaryrefslogtreecommitdiffstats
path: root/telephony/java
Commit message (Collapse)AuthorAgeFilesLines
* Remove checks to support new sim color selection.Sanket Padawe2014-10-281-2/+2
| | | | | | Remove checks to support new sim color selection in multi-sim settings UI. Change-Id: I26da0a79f5b1edf829fc5d46af2c0c23962226b8
* Merge "Change subId to int from long" into lmp-mr1-devWink Saville2014-10-2714-205/+205
|\
| * Change subId to int from longWink Saville2014-10-2314-205/+205
| | | | | | | | Change-Id: Idae6335e63e7b1e4e714bc17e71b1a4705e38474
* | IMS call merge call-back changes.Tyler Gunn2014-10-242-5/+9
| | | | | | | | | | | | | | | | | | Renaming callSessionMerged to callSessionMergeStarted. Adding callSessionMergeComplete callback for when merge successfully completes. Bug: 18056632 Change-Id: I8fc73b6c9db5e7970de81d8c3e09abc80f1a262f
* | Merge "Propagating isMultiParty indicator from RIL up into Telephony layer." ↵Tyler Gunn2014-10-241-0/+6
|\ \ | |/ |/| | | into lmp-mr1-dev
| * Propagating isMultiParty indicator from RIL up into Telephony layer.Tyler Gunn2014-10-221-0/+6
| | | | | | | | | | | | | | - Adding isMultiParty() method to IImsCallSession AIDL. Bug: 18058253 Change-Id: I1c44d3db0f7aa00a3ae6efb1231c5ddd39ab20ac
* | am c11a944a: [DS] Change the copyrightLegler Wu2014-10-231-1/+1
|\ \ | | | | | | | | | | | | * commit 'c11a944a572719fa04f467fc5f5761a8abc9630b': [DS] Change the copyright
| * | [DS] Change the copyrightLegler Wu2014-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change the copyright as Android. Review: https://partner-android-review.git.corp.google.com/#/c/185241 Change-Id: Id548867805a65c2887ca19cb79d155b5a8c82753
* | | am 0145e17d: Merge "Add getter methods in SubInfoRecord for UI. Adapt ↵Nancy Chen2014-10-231-0/+26
|\ \ \ | |/ / | | | | | | | | | | | | | | | PhoneAccount." into lmp-sprout-dev * commit '0145e17db742dff963ea581bc944f99358d2dace': Add getter methods in SubInfoRecord for UI. Adapt PhoneAccount.
| * | Add getter methods in SubInfoRecord for UI. Adapt PhoneAccount.Nancy Chen2014-10-221-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Settings and Dialer need label, icon, and color for UI display of subscriptions/SIMs. Add getters for these methods in SubInfoRecord. Sets up for the following changes: + getIcon will return a drawable instead of a resource ID + getColor will return a color value instead of an index PhoneAccount will also be adding these changes which will be adopted from SubInfoRecord. Adds changes that were reverted from ag/563976. Bug: 17971273 Change-Id: Ie2beedf8475c6deb48a6ab83bc9656c1142cc004
* | | am 265e3da0: am 5085c4c2: Merge "Show ProgressDialog when waiting for radio ↵xin He2014-10-221-0/+1
|\ \ \ | |/ / | | / | |/ |/| | | | | to turn on when provisioning." into lmp-dev * commit '265e3da00668a0769be331349541050dd6603c2b': Show ProgressDialog when waiting for radio to turn on when provisioning.
| * am 5085c4c2: Merge "Show ProgressDialog when waiting for radio to turn on ↵xin He2014-10-221-0/+1
| |\ | | | | | | | | | | | | | | | | | | when provisioning." into lmp-dev * commit '5085c4c2933219831bde11a482c8b2934e4a259f': Show ProgressDialog when waiting for radio to turn on when provisioning.
| | * Show ProgressDialog when waiting for radio to turn on when provisioning.Paul Jensen2014-10-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Turning on the cellular radio when user selects the provisioning notification can take 30-60s so a UI is needed to keep the user informed that the radio is coming up. This is only for provisioning APN support (only AT&T tablets now). bug:15990642 Change-Id: Ibea894ee934bae2045c0462ae79bfa39d0ef3f05
* | | Add video calling setting to TelephonyManager.Andrew Lee2014-10-212-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to add a user setting to enable/disable video calling. This is a telephony-level setting which the user sets using Telephony's Call Settings, and applies universally to video calls. But this setting needs to be accessible in places such as Dialer, so these changes are to support storing the setting in TelephonyManager (to be implemented in PhoneInterfaceManager) and providing access to the setting for applications like Dialer through TelephonyManager. + Add function definitions to ITelephony. + Add function wrapper implementations in TelephonyManager. Bug: 16014284 Change-Id: I1dce8bf5ae4f0ee115698ce9627ba8fc424dd855
* | | Merge "Add a constant for invalid profile id value" into lmp-mr1-devAmit Mahajan2014-10-201-0/+1
|\ \ \
| * | | Add a constant for invalid profile id valueHui Wang2014-10-201-0/+1
| | | | | | | | | | | | | | | | Change-Id: I0cac2e38572e4b04081fd3347be05e57cc899008
* | | | am 6bacccbf: Merge "Radio Capability Support." into lmp-sprout-devWink Saville2014-10-205-2/+195
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * commit '6bacccbfbcdc7952bac7e25c3e3f2d6a6151a215': Radio Capability Support.
| * | | Radio Capability Support.Wink Saville2014-10-205-2/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New design of capability switch for L. Add new RIL requests: RIL_REQUEST_GET_RADIO_CAPABILITY RIL_REQUEST_SET_RADIO_CAPABILITY RIL_UNSOL_RADIO_CAPABILITY These commands allow the framework to communicate what the Radio Capabilities for each logical modem has or should be using. It can support 2/3/4G switch and has flexible architecture to support future technology. Change-Id: Iedf7f608d2ba3c06a883500f2d85abb98e69d9c1
* | | | change setProvisionedValue/setProvisionedStringValue toLibin.Tang@motorola.com2014-10-201-4/+4
| |/ / |/| | | | | | | | | | | | | | return operation result. Change-Id: I24f127280d4692633ede7e17a63ababee1b6c71f
* | | Sprint: MMS proxy authorization does not include NAIxinhe2014-10-152-0/+31
| | | | | | | | | | | | | | | | | | | | | Read the NAI from CSIM and pass it to MMS module Bug:17752727 Change-Id: Ib7f53bed87183bd9e67103c676218b5748be668f
* | | am 589a4896: am c6c18618: Merge "Fix to show low LTE signal strength as -140 ↵Amit Mahajan2014-10-111-3/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | instead of 0." into lmp-dev * commit '589a4896b0c45f03604db1eb0292ef1c936adaff': Fix to show low LTE signal strength as -140 instead of 0.
| * | am c6c18618: Merge "Fix to show low LTE signal strength as -140 instead of ↵Amit Mahajan2014-10-111-3/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | 0." into lmp-dev * commit 'c6c18618e999f24675e23b67e6c488d700199579': Fix to show low LTE signal strength as -140 instead of 0.
| | * Fix to show low LTE signal strength as -140 instead of 0.Amit Mahajan2014-10-101-3/+2
| | | | | | | | | | | | | | | Bug: 17942583 Change-Id: I399e5352b4585cff42ee5c7dd164315c1797110a
* | | IMS: Unsol TTY notification supportShriram Ganesh2014-10-101-0/+10
| | | | | | | | | | | | | | | | | | Code changes to support UNSOL_TTY_NOTIFICATION handling. Change-Id: I74bba5d06198e016db259ec1f7d28663d475cb92
* | | Ims: Send user selected TTY mode to lower layers.Shriram Ganesh2014-10-101-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Irrespective of whether TTY device is connected or not send TTY mode setting to modem whenever user changes it from settings. Change-Id: I2797cdffea0c10c90cd4f213bd0ea9d63c09f29d
* | | am 4354e604: am 5e5bc4b1: TD_SCDMA is more like GSM than CDMA - re-classifying.Etan Cohen2014-10-101-3/+3
|\ \ \ | |/ / | | | | | | | | | * commit '4354e6046e4a35b2f35348c6c131fdd600ac26af': TD_SCDMA is more like GSM than CDMA - re-classifying.
| * | am 5e5bc4b1: TD_SCDMA is more like GSM than CDMA - re-classifying.Etan Cohen2014-10-091-3/+3
| |\ \ | | |/ | | | | | | | | | * commit '5e5bc4b13cd1fc657da940c14e2333d8d3b18080': TD_SCDMA is more like GSM than CDMA - re-classifying.
| | * TD_SCDMA is more like GSM than CDMA - re-classifying.Etan Cohen2014-10-091-3/+3
| | | | | | | | | | | | Bug: 17788412 Change-Id: Icc6a692a1f038624dde772f8d8f197aab604c166
* | | am d9a3f89a: Merge commit \'69555fc2\' into fix-merge-conflict3Amit Mahajan2014-10-071-0/+12
|\ \ \ | |/ / | | | | | | | | | * commit 'd9a3f89a0727590a069c563a8b97fe99b866d67c': Sms7BitEncodingTranslator
| * | Merge commit '69555fc2' into fix-merge-conflict3Amit Mahajan2014-10-061-0/+12
| |\ \ | | |/ | | | | | | | | | | | | | | | Conflicts: core/res/res/values/symbols.xml Change-Id: I4266f1fcc51abc79235e1738bfbc3ff48e209e0c
| | * Sms7BitEncodingTranslatorXia Ying2014-10-071-0/+12
| | | | | | | | | | | | Bug: 16197894 Change-Id: I2bd5ae0a3c2d5d8f869f5e2de7009fd450070521
* | | am b3a29067: am 81e3e472: Merge "Add TD_SCDMA RAT type (already exists in ↵Etan Cohen2014-10-021-1/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | RIL) and classify as CDMA." into lmp-dev * commit 'b3a29067e956c05fd9f01bb31ae4101b43b95948': Add TD_SCDMA RAT type (already exists in RIL) and classify as CDMA.
| * | am 81e3e472: Merge "Add TD_SCDMA RAT type (already exists in RIL) and ↵Etan Cohen2014-10-021-1/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | classify as CDMA." into lmp-dev * commit '81e3e4724d2c506bf9e920fd253c54a0bbd38706': Add TD_SCDMA RAT type (already exists in RIL) and classify as CDMA.
| | * Add TD_SCDMA RAT type (already exists in RIL) and classify as CDMA.Etan Cohen2014-10-021-1/+4
| | | | | | | | | | | | Bug: 17784975 Change-Id: Ic887477fac1d45f547e30ed6e3c1158fb9a3b893
* | | am 38bfcb4a: Merge "Get the MCC/MNC using defaults." into lmp-sprout-devStuart Scott2014-09-291-1/+10
|\ \ \ | |/ / | | | | | | | | | * commit '38bfcb4affb234ca901912155d41ec06dce4f43a': Get the MCC/MNC using defaults.
| * | Get the MCC/MNC using defaults.Stuart Scott2014-09-291-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | First try default data, then default sms, then default voice, finally try the first sub to come up. bug: 17396869 Change-Id: I09da19b7b25c2a6aa8affd95847dbb10e039f634
* | | am 1f560a73: am 0f840945: redirect RIL_UNSOL_OEM_HOOK_RAW to system appNew Author Steven Liu2014-09-273-0/+28
|\ \ \ | |/ / | | | | | | | | | * commit '1f560a7368f8e3bf6b31aec78651419e55786e18': redirect RIL_UNSOL_OEM_HOOK_RAW to system app
| * | am 0f840945: redirect RIL_UNSOL_OEM_HOOK_RAW to system appNew Author Steven Liu2014-09-273-0/+28
| |\ \ | | |/ | | | | | | | | | * commit '0f84094579696739facbd75a56a4e7b98a6a5edc': redirect RIL_UNSOL_OEM_HOOK_RAW to system app
| | * redirect RIL_UNSOL_OEM_HOOK_RAW to system appNew Author Steven Liu2014-09-273-0/+28
| | | | | | | | | | | | | | | | | | | | | Add LISTEN_OEM_HOOK_RAW_EVENT and onOemHookRawEvent to PhoneStateListener. Bug: 17298769 Change-Id: Iaea054d3cc2925eea1e11f8871faabc7bc9dfb2d
* | | Added mechanism to merge voice & baseline ServiceState objects.Etan Cohen2014-09-271-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | Needed in the context of separate phones handling baseline connectivity and voice connectivity (e.g. IMS). Bug: 17627405 Change-Id: Ifb5a6ea11f6350090b989408e9eed80958d8558b
* | | am 53ba6368: Merge "Support multiple SIM/Subscription on telephony ↵xinhe2014-09-261-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | registration" into lmp-sprout-dev * commit '53ba6368fe84513f0cd2726938fbf8838dcf68b3': Support multiple SIM/Subscription on telephony registration
| * | Merge "Support multiple SIM/Subscription on telephony registration" into ↵xinhe2014-09-261-1/+1
| |\ \ | | | | | | | | | | | | lmp-sprout-dev
| | * | Support multiple SIM/Subscription on telephony registrationxinhe2014-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During calling telephony registry call back API, we force the call back will be triggered if the registered subId is Default Sub ID. This is due to some risk condition. Please refer to Issue 17472622 and its fix. This fix is ok for single SIM/Subscription. However, on multiple SIM/subscription, there is potential problem on wrong notifications. Bug:17613629 Change-Id: I3f41e03f37424bcc82a71090d4f4142b4c5ba922
* | | | Revert "Hide CarrierPrivilege APIs in TelMgr."Junda Liu2014-09-251-17/+6
|/ / / | | | | | | | | | | | | | | | This reverts commit b7aa9e4a6338811d4dacc77e6024a0b97a99e5e9. Change-Id: I212cd4f1b7b45e0523fc47b2a9c2a6b487e9dbb5
* | | am 96c54879: Merge "Hide CarrierPrivilege APIs in TelMgr." into lmp-devJunda Liu2014-09-251-6/+17
|\ \ \ | | |/ | |/| | | | | | | * commit '96c548791145ab33ceb0935f38323d3182d44419': Hide CarrierPrivilege APIs in TelMgr.
| * | Hide CarrierPrivilege APIs in TelMgr.Junda Liu2014-09-251-6/+17
| | | | | | | | | | | | | | | | | | | | | Per API council decision, we will polish and public in MR1. Bug: b/17639966 Change-Id: Id009cd62b4d44dd17fe7a30e0f8037c6fb373c32
* | | Add SM isUsableSubIdValueWink Saville2014-09-231-0/+18
| |/ |/| | | | | Change-Id: Ib1381116545688de52bde111acf827b2e07c5621
* | am f1524b5d: Merge "Fix for empty RSSI triangle after boot" into lmp-devxinhe2014-09-231-4/+2
|\ \ | |/ | | | | | | * commit 'f1524b5db229bc08b65df70e8da0e450d153cff3': Fix for empty RSSI triangle after boot
| * Fix for empty RSSI triangle after bootxinhe2014-09-191-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After device bootup, the signal strength triangle is empty although there is both voice and data connection. This is due to when TelephonyRegistry doing call back listen register, some APP use mDefaultSubID. However, when the reigister happen, the mDefaultSubId does not exist. Althouhgh it can be update later, if the update event comes too late (especially after the steady state), no ServiceStatechange event can be received anymore. Thus the service is always not available and the signal stength trangle has no chance to be updated anymore. This is a risk condition. Bug:17472622 Change-Id: I772d29e6dd9da212b78fd0d4438b8273e3318dba
* | am 86f939e8: Merge "Include code when converting unknown causes to string" ↵Sailesh Nepal2014-09-171-1/+1
|\ \ | |/ | | | | | | | | | | into lmp-dev * commit '86f939e832c257b5fa2606aed00e9dfaeaef90cd': Include code when converting unknown causes to string