summaryrefslogtreecommitdiffstats
path: root/telephony/java
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| * Include code when converting unknown causes to stringSailesh Nepal2014-09-171-1/+1
| | | | | | | | | | | | Bug: 17535687 Bug: 17241433 Change-Id: I12f0c3b4334dfcb5ac0cd2439ecab9dc77546680
* | am 258f835f: Merge "Add new DisconnectCause class to telecomm." into lmp-devAndrew Lee2014-09-161-0/+1
|\ \ | |/ | | | | | | * commit '258f835f705bfcead1769da703c4fdb78d71295a': Add new DisconnectCause class to telecomm.
| * Add new DisconnectCause class to telecomm.Andrew Lee2014-09-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Add a hidden "UNKNOWN" default type to ToneGenerator. - Hide the Telephony DisconnectCause from the public API. + Add a Telecomm DisconnectCause. This is parcelable, and contains information (code, user facing message, non-user facing reason, and tone) to help describe the disconnect state and what behaviors an application can implement for the user experience. This reduces the causes for a disconnect to a more generic set. + Lots of work to pipe this through. DisconnectCause replaces the code and message which were formerly passed around. Bug: 17241433 Bug: 17329632 Change-Id: I9d337e478a8784bcc0ade02267c2df52cac9bf17
* | resolved conflicts for merge of f3804c3c to lmp-sprout-devYorke Lee2014-09-141-1/+5
|\ \ | |/ | | | | | | | | | | Conflicts: telephony/java/android/telephony/TelephonyManager.java Change-Id: Ibdd0b6c2c9901ec46196ac9460a0908dfb739ad4
| * Pipe TelephonyManager.getCallState through TelecommManagerYorke Lee2014-09-141-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | * Add TelecommManager.getCallState (hidden API) * Make TelephonyManager.getCallState call through to TelecommManager, to be consistent with TelephonyManager.ACTION_PHONE_STATE_CHANGED broadcasts for overall call state. Telephony continues to manage call states for individual subscriptions. Bug: 17378767 Change-Id: Ia5e8b21df801ed3af4f6e14c110a72c92f077f88
* | resolved conflicts for merge of 66c16547 to lmp-sprout-devTyler Gunn2014-09-135-17/+14
|\ \ | |/ | | | | | | Also fixed issue in TelephonyManager. Change-Id: I4dde45e638c2bcf32f8f929d34d0083966f6761f
| * Renaming Telecomm to Telecom.Tyler Gunn2014-09-125-16/+13
| | | | | | | | | | | | | | | | | | | | - Changing package from android.telecomm to android.telecom - Changing package from com.android.telecomm to com.android.server.telecomm. - Renaming TelecommManager to TelecomManager. Bug: 17364651 Change-Id: I192cb5d189f55db012ea72ee82ccc5aedbc21638
* | am 59c04032: Merge "Send and download MMS via content provider instead of ↵Cheuksan Wang2014-09-121-9/+22
|\ \ | |/ | | | | | | | | | | PDU bytes." into lmp-dev * commit '59c0403265a842ae47559b8b2055372a545edb61': Send and download MMS via content provider instead of PDU bytes.
| * Merge "Send and download MMS via content provider instead of PDU bytes." ↵Cheuksan Wang2014-09-121-9/+22
| |\ | | | | | | | | | into lmp-dev
| | * Send and download MMS via content provider instead of PDU bytes.Cheuksan Wang2014-09-111-9/+22
| | | | | | | | | | | | Change-Id: Ib5a93d07799c9e14fea8be820c6bd4bc7ae8be3a