summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
...
* Address API review comments:Makoto Onuki2014-08-271-3/+1
| | | | | | | | | | - Rename isCorpContactId() to isEnterpriseContactId(). - Update EXTRA_* constant values. - Update javadoc on NAME_VERIFIED. Bug 17253963 Change-Id: I1bef3adbb4125b39129c77cca29c4b8089e1f8cc
* IMS: modify sendDtmf interface.Libin.Tang@motorola.com2014-08-261-3/+4
| | | | Bug: 17282921 Change-Id: If96f209e91db420e089d429bb5c7a0f9882b4057
* Remove unused constant from TelephonyIntents.Diego Pontoriero2014-08-261-8/+1
| | | | | Bug: 16457806 Change-Id: Ia987c3167e5731a1eceb6b1ff4a8795ced826a5d
* Modify IccOpenLogicalChannelResponse: Document and rename constants.Shishir Agrawal2014-08-251-6/+15
| | | | | | Bug: 17189780 Change-Id: Iac96e3bc7265d20f21b29d4a05b615c5ff3cdd6e
* Use proper ril.ecclist when no sim stategiseok.seo2014-08-221-1/+1
| | | | | | Bug: 17139446 Signed-off-by: giseok.seo <giseok.seo@lge.com> Change-Id: I2f420973b29092b8a6cceb8cf4bd77d0ee8372bd
* VoLTE incoming call numberJing Zhao2014-08-211-0/+34
| | | | | | Set incoming call number in OIR to be shown to user Bug: 17032453 Change-Id: Iceadb0f537fb35f685cbcf8279ccef7d86036600
* Invoke shutdownMobileRadios Telephony APIs from ShutdownThreadNaveen Kalla2014-08-212-1/+15
| | | | | | | | | | | | shutdownMobileRadios API shuts down multiple Radios on MSIM devices and also gracefully shuts down Radios and SIM cards on single SIM and MSIM devices. Use this API instead of the old setRadio APIs. Add RIL_REQUEST_SHUTDOWN to RILConstants. Message is sent to notify RIL that the device is shutting down. Bug: 9773278 Change-Id: I6afa9e810cefc7855f7ae42e51f39cc51fa2aa6e
* Merge "Add getCdmaMdn and getCdmaMin as system api to telmgr." into lmp-devJunda Liu2014-08-212-0/+48
|\
| * Add getCdmaMdn and getCdmaMin as system api to telmgr.Junda Liu2014-08-142-0/+48
| | | | | | | | | | Bug: b/16966140 Change-Id: I36d8f850eca7c392f7ed5186254ef9862d4177f7
* | Merge "Adding APIs to get IMEI/MEID" into lmp-devAmit Mahajan2014-08-212-0/+35
|\ \
| * | Adding APIs to get IMEI/MEIDAmit Mahajan2014-08-202-0/+35
| | | | | | | | | | | | Change-Id: I553b7c019b20a64ff1049f35b0e3999ab82b7cce
* | | Merge "Add public qualifier to TelephonyManager.TeleiccExchangeSimIO." into ↵Shishir Agrawal2014-08-191-1/+1
|\ \ \ | |/ / |/| | | | | lmp-dev
| * | Add public qualifier to TelephonyManager.TeleiccExchangeSimIO.Shishir Agrawal2014-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Seems to have gotten overlooked in the last change. Bug: 17031384 Change-Id: If7f92c128ddddd606510d7acf88168aebc061e80
* | | Configure MTU based on network MTU parameterw199762014-08-141-0/+3
|/ / | | | | | | | | | | | | | | | | | | | | Add logic to obtain the mtu from the network PCO parameter and set it to kernel when the mobile data connection is established. When there is no PCO mtu configured from the network, the mtu size defined in the corresponding APN will be used. In case no mtu size is defined for an APN used for data connection, the MCC/MNC based MTU defined in the framework overaly will be applied. bug:17046179 Change-Id: I6465d4b8f2076aaa380ae3617fb3f24adbe136d4
* | Revert "Revert "add apn setting parameters, and set apn parameters to bp""Amit Mahajan2014-08-131-0/+1
|/ | | | | | This reverts commit 193418074ad85878121776ebf316367ad53d2039. Change-Id: I52641411da884fa252c40c303537e61ca6e14fc0
* Final structural tweaks to Telecomm API (1/8)Ihab Awad2014-08-133-22/+22
| | | | | | Bug: 16416927 Bug: 16494880 Change-Id: I45fbe287c410cbb5e1b985f320b862d732811f43
* Fix CellIdentityLte.equalsWink Saville2014-08-121-1/+1
| | | | | Bug: 16902094 Change-Id: I92786dc792bf318d2236212eb2acf955ec41e066
* Revert "add apn setting parameters, and set apn parameters to bp"Amit Mahajan2014-08-121-1/+0
| | | | | | This reverts commit 3fd217b3f492c95c8550da2a36fffbc6f3a3b724. Change-Id: Icf32debc07b858c5ae2eb8a7bf4a6e95445a7466
* add apn setting parameters, and set apn parameters to bpHui Wang2014-08-121-0/+1
| | | | Change-Id: I2720b6f8eba707691b9c3f481b6182c98ae3f10b
* Revert "Added debug system property to enable/disable IMS VoLTE/VT."Etan Cohen2014-08-111-10/+0
| | | | | | Superseded by "Enhanced 4G LTE Mode" official setting. This reverts commit d32e5aa844307221785bfe64b3a1b7ef36958cbd.
* Aidl changes related to VideoCallProvider in Ims.Andrew Lee2014-08-083-0/+119
| | | | | | | | | | | | | | | + Added a getVideoCallProvider function in IImsCallSession + Added IImsVideoCallProvider aidl. This is used for communication between Telephony and the ImsService. It is redundant with IVideoCallProvider on some level, but see associated bug and comments in the class for more detail. + Added IImsVideoCallCallback. This is used for communicationing callback invocations from ImsService to Telephony. It is redundant with IVideoCallCallback for same reason in bugs/comments. + Some minor formatting changes. Bug: 16886403 Change-Id: I03de12d4432f837e0930bc077307509b645493e0
* Return APDU status code on tramsit channel command failure.Shishir Agrawal2014-08-052-4/+4
| | | | Change-Id: I2d506a6ddbb4e27a04f57941247924d36c9d279b
* IMS Framework & AIDL Changes for Call Barring & String Error Codes.Shriram Ganesh2014-08-053-3/+5
| | | | Change-Id: I66fdbbd175c13261c283627999f37071259f7a6a
* Add changes for LTE to IWLAN Handover Notifications for an IMS CallShriram Ganesh2014-08-041-0/+8
| | | | Change-Id: I6847ba1660df81d8d2ba610e9b27638800f71f77
* Merge "Allow MmsConfig override per request (1/3)" into lmp-devTom Taylor2014-08-011-32/+18
|\
| * Allow MmsConfig override per request (1/3)Ye Wen2014-08-011-32/+18
| | | | | | | | | | | | | | | | | | | | Instead of providing ways to override MmsConfig globally, this allows the override per request, which is safer. Also added subId to the getter of MessagingConfigurationManager. b/16681649 Change-Id: Ia5ee391e2fa51fbdf87d111174d8df21f5f5e41f
* | Add ECBM functionality for IMSUma Maheswari Ramalingam2014-08-034-1/+109
| | | | | | | | | | | | Code for adding ECBM functionality for IMS. Change-Id: I2833c81baf0a55a18ac6433c47fd76bad7cf0ec9
* | Added debug system property to enable/disable IMS VoLTE/VT.Etan Cohen2014-08-021-0/+10
|/ | | | | | | | | | If property is 0: IMS VoLTE is disabled. If property is 1 then IMS is used as normal: i.e. expected to be provisioned, registered etc. Action on missing property defined by constant. Change-Id: Ibdbb21fa7db30a4088b74092dd6256da012cd697
* Fix double DBG check.Wink Saville2014-08-011-1/+1
| | | | Change-Id: I45e175df698240b80374f98043b50a014fd9779a
* Turn off extra debuggingWink Saville2014-08-011-4/+11
| | | | Change-Id: I3d7c68d3d7bcef5be084398807389f4a485bedb0
* IccOpenLogicalChannelResponse: Single character fix.Shishir Agrawal2014-07-311-1/+1
| | | | Change-Id: I345e9a6b4cefc1d96111a7cf62dc402fd48b35c0
* Add new APIs iccExchangeSimIO and iccTransmitApduBasicChannel to ↵Shishir Agrawal2014-07-304-7/+238
| | | | | | | | | | | TelephonyManager. The new APIs are needed to support SEEK. Also modifies TelephonyManager.iccOpenLogicalChannel to return the status of the command. Change-Id: Iff2674fb0e23210f2579cb883e64571347ade5e6
* Move archived column from pdu/sms to threads (1/4)Ye Wen2014-07-301-0/+10
| | | | | | Also add API to archive a conversation Change-Id: Ib7daf6e0c3205c3c084406800c9c5bf054e1ca40
* Convert VideoState into an inner class.Andrew Lee2014-07-291-10/+10
| | | | | | | | | - Add helper functions to make it easier to figure out properties of a particular video state, to make things more convenient. - Update references and documentation. Bug: 16629892 Change-Id: I621532e8cab080afd56e5db739b9edbee6261f74
* Add more disconnect causes 1/4Santos Cordon2014-07-251-1/+16
| | | | | Bug: 15692074 Change-Id: Ib94c33fac8450b70e53dbe12d71f41777e9e140c
* IMS: Adding ims on/off interface files and callback for enabled/disabled ↵ram2014-07-242-0/+22
| | | | | | features. Change-Id: I4e0049d605d9e7d13035c43e2504cdfb67a7a102
* Merge "Add API invokeOemRilRequestRaw" into lmp-devAmit Mahajan2014-07-242-0/+30
|\
| * Add API invokeOemRilRequestRawSteven Liu2014-07-242-0/+30
| | | | | | | | | | | | | | | | | | | | this API is used by system app, app could communicate with RIL with it. Change-Id: I5397c1cf2b108d9dc3a9694b1f071dc60bb5b341 Conflicts: telephony/java/com/android/internal/telephony/ITelephony.aidl
* | IMS: getPCSCF() API enhanced to support multiple APN types.ram2014-07-242-4/+5
| | | | | | | | | | Change-Id: I014f341b93a9ea7280e04cdfc13418fe81c9fc8b Signed-off-by: ram <ram.pl@samsung.com>
* | Expose getCarrierPackageNamesForBroadcastIntent as a hidden @SystemApiShishir Agrawal2014-07-232-0/+26
|/ | | | | | | It will be required by setup wizard to delegate initialization to the carrier app. Change-Id: Icc0fc728e1e24235632ac38a482b06a7b829de78
* Merge "Adding the ability for carrier app to override SPN and carrier name." ↵Shishir Agrawal2014-07-172-0/+46
|\ | | | | | | into lmp-dev
| * Adding the ability for carrier app to override SPN and carrier name.Shishir Agrawal2014-07-172-0/+46
| | | | | | | | | | | | | | | | | | | | The change allows system apps (holding MODIFY_PHONE_STATE permission) or carrier apps to override the "carrier branding" on a per ICCID basis. The override affects the service provider name as well as the network operator name. The override is also saved as a SharedPreference and will persist for the iccId across reboots. Change-Id: I985ba247e10e2501e3d0d21567ccadc46f365879
* | Merge "Use "current" cp2 from telephony" into lmp-devMakoto Onuki2014-07-172-16/+54
|\ \
| * | Use "current" cp2 from telephonyMakoto Onuki2014-07-172-16/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | Now "always send to voicemail" and missed call notifications respect the current user's contacts. Bug 16236656 Change-Id: Iae48b4ac95550970ecae59bdd32c436efef90200
* | | Wiring video state through from ConnectionTyler Gunn2014-07-181-0/+60
|/ / | | | | | | | | | | Bug: 16285417 Bug: 16013178 Change-Id: Ia48959248ca22f4569b0ffd01a1716470aa0a711
* | API changes to enable account selection for a callNancy Chen2014-07-171-1/+0
|/ | | | | | | | | If an account default is not set, the incall ui will display a dialog to allow the user to select an account for that particular call. Bug: 16243703 Change-Id: I8faf2f2ce0b2669a141562832f23e8f3ce88f094
* Messaging auto persist switch (1/4)Ye Wen2014-07-161-0/+25
| | | | | | b/14095333 Change-Id: I0860b662bceb250601c815028f377c28ad0e3159
* Remove @hide annotations from important carrier privileged APIs.Derek Tan2014-07-161-27/+45
| | | | | | | Most of these APIs are protected by MODIFY_PHONE_STATE or carrier privilege. Some APIs are protected by READ_PHONE_STATE. Change-Id: Ifa04b5fb6d4bb5f21af7f728bee7dcbf77c8583b
* Merge "ITelephony.aidl: Minor spelling fix." into lmp-devShishir Agrawal2014-07-141-1/+1
|\
| * ITelephony.aidl: Minor spelling fix.Shishir Agrawal2014-07-141-1/+1
| | | | | | | | Change-Id: I88be72fce6184beb1ac7542af8ced7917900b593