summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* Include code when converting unknown causes to stringSailesh Nepal2014-09-171-1/+1
| | | | | | Bug: 17535687 Bug: 17241433 Change-Id: I12f0c3b4334dfcb5ac0cd2439ecab9dc77546680
* 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
* 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
* 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
* 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
* | isValidSlotId() and isValidPhoneId() updated to handle negatives.Anthony Lee2014-09-111-3/+10
|/ | | | | | | | | | | | | The old version of the code wanted to just check to make sure that the slot/phone id is greater than INVALID_SLOT_ID or INVALID_PHONE_ID that are both currently defined to be -1000. The changes are made for 2 reasons. First, INVALID_SLOT_ID and/or INVALID_PHONE_ID might not always be defined to be a negative value so there is a big assumption. Secondly, anything greater than -1000 allows other negative values to be considered valid ids. Bug: 17243556 Change-Id: I2bbfcc2cfd2d7c4772dfb9c50af2dc88c0f315e2
* Merge "Update the comment in two APIs since we will persist the settings." ↵Derek Tan2014-09-112-21/+24
|\ | | | | | | into lmp-dev
| * Update the comment in two APIs since we will persist the settings.Derek Tan2014-09-082-21/+24
| | | | | | | | | | Bug: 17255752 Change-Id: I28926381e8e982579b38c19799078f7a3151aefe
* | Add ForSubscriber suffix to APIs w/ subId argument.Junda Liu2014-09-092-16/+17
| | | | | | | | | | Bug: b/17255752 Change-Id: I142d8961aa4c1fa074833f70c404c955caea0870
* | Change suffix UsingSubId to ForSubscriber.Wink Saville2014-09-097-92/+92
| | | | | | | | | | Bug: 17255752 Change-Id: Ifd522888b5aaae111f642d1e35bd1bb939e539d4
* | Merge "Change getCurrentPhoneType to SystemApi" into lmp-devWink Saville2014-09-091-0/+2
|\ \
| * | Change getCurrentPhoneType to SystemApiWink Saville2014-09-081-0/+2
| |/ | | | | | | | | Bug: 17394367 Change-Id: I293faa26884e8d63a833e624e6c9a201c7652683
* | Merge "Assisted dialing support of MO SMS" into lmp-devAmit Mahajan2014-09-081-1/+2
|\ \
| * | Assisted dialing support of MO SMSXia Ying2014-09-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is special for VZW requirement. Follow the specificaitons of assisted dialing of MO SMS while traveling on VZW CDMA, international CDMA or GSM markets. Change-Id: I34a531b817095f4ce035f3f49a3bf7d6e2e8bc13
* | | change the property name about IDP from 'telephony.' to 'gsm.'Steven Liu2014-09-081-1/+1
| |/ |/| | | | | | | | | 'telphony.' couldn't be set successfully. Change-Id: I8a9ee29461bf764f2b269bb81fafe83d8d5e48d9
* | Merge "Hide APIs for simplified network settings." into lmp-devJunda Liu2014-09-061-0/+4
|\ \
| * | Hide APIs for simplified network settings.Junda Liu2014-09-051-0/+4
| | | | | | | | | | | | | | | Bug: b/17255752 Change-Id: Ibbe5d5cdbc2398ba0df2103bd7a33b98dc977734
* | | Update the preferred network type APIs.Derek Tan2014-09-051-21/+16
| | | | | | | | | | | | | | | Bug: 17255752 Change-Id: I8f74749752f8d8c6cd5b28dd5fe4ed89a33481ed
* | | Merge "Remove setCdmaSubscription API." into lmp-devDerek Tan2014-09-052-31/+0
|\ \ \
| * | | Remove setCdmaSubscription API.Derek Tan2014-09-052-31/+0
| | |/ | |/| | | | | | | | | | Bug: 17255752 Change-Id: I0adc5c3d1b690d86f538c084d17d239f7ffccfca
* | | Merge "Update the comment in sendEnvelope." into lmp-devDerek Tan2014-09-051-3/+3
|\ \ \
| * | | Update the comment in sendEnvelope.Derek Tan2014-09-051-3/+3
| |/ / | | | | | | | | | | | | Bug: 17255752 Change-Id: I4b56447e28bc9838b9ae0425a3673891647116d1
* | | Merge "API change: SetOperatorBrandOverride should not take iccId as a ↵Shishir Agrawal2014-09-052-10/+7
|\ \ \ | | | | | | | | | | | | param." into lmp-dev
| * | | API change: SetOperatorBrandOverride should not take iccId as a param.Shishir Agrawal2014-09-052-10/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Taking ICCID as a parameter is not scure since a carrier can override the brand for other carriers. We should override only the current ICCID. Bug: 17390144 Change-Id: I9be2cb5c5fa15367fcb3b548b6e601a294e84dbc
* | | Plus code handling for non-NANP CDMA carrierSteven Liu2014-09-052-75/+74
|/ / | | | | | | | | | | | | | | | | | | | | | | Since most of CDMA network do not support phone number with "+" for international dialing, current AOSP support the "+" handling for NANP CDMA network, this part add the support for non-NANP CDMA Network, convert "+" to right IDD(International Direct Dialing) code. And adding a new property for current IDD. Bug: 17210134 Change-Id: I369083169bb3504f8de9774b65f3993dd561c525
* | Merge "Fix the IndexOutOfBoundsException when unpacking GSM 8-bit pdu" into ↵Amit Mahajan2014-09-051-3/+12
|\ \ | | | | | | | | | lmp-dev
| * | Fix the IndexOutOfBoundsException when unpacking GSM 8-bit pduXia Ying2014-09-041-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Some wap push messages contains the charactors which are not in the GSM 7 bit Default Alphabet table and its extension table, it cause the IndexOutOfBoundsException when unpacking GSM 8-bit encoded pdu. Solution: Replace them with white space. Change-Id: I273953341cffddc2269332eabc556e303ff81bec
* | | Merge "IccOpenLogicalChannelResponse: Adding final to fa few constants." ↵Shishir Agrawal2014-09-051-5/+5
|\ \ \ | | | | | | | | | | | | into lmp-dev
| * | | IccOpenLogicalChannelResponse: Adding final to fa few constants.Shishir Agrawal2014-09-041-5/+5
| |/ / | | | | | | | | | Bug: 17390620 Change-Id: I81d02b5b0d6e353a04d46663baad1b90398f5b36
* | | Merge "More cleanup prior to unhiding" into lmp-devWink Saville2014-09-052-113/+202
|\ \ \
| * | | More cleanup prior to unhidingWink Saville2014-09-042-113/+202
| | | | | | | | | | | | | | | | | | | | | | | | Adding comments and rename publci SubInfoRecord instance variables Change-Id: I25a56d779c63a3f483d7a43c5c123404bf489fa3
* | | | MMS API cleanup (1/4)Ye Wen2014-09-041-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Hide APIs not approved by API council (b/17189780) - Change configOverrides in MMS APIs from ContentValues to Bundle to be consistent (b/17390017) - Change SmsManager.MMS_EXTRA_DATA to EXTRA_MMS_DATA per API council review (b/17390977) b/17189780 b/17390017 b/17390977 Change-Id: If5a43e9ab9e42b6328f1581b39051ddf1a58f0dd
* | | Add mcc/mnc to SubInfoRecordTom Taylor2014-09-042-16/+41
| | | | | | | | | | | | | | | | | | Bug 17157686 Change-Id: I47d19dea73f038a8d748f95dd33452da62ebf26b
* | | Merge "Remove check for voicemail number when parsing URI phone number." ↵Nancy Chen2014-09-041-8/+0
|\ \ \ | |/ / |/| | | | | into lmp-dev
| * | Remove check for voicemail number when parsing URI phone number.Nancy Chen2014-09-031-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | Getting the voicemail number will be done in Telephony instead of in PhoneNumberUtils which is called by Telecomm. Bug: 17317190 Change-Id: Ia88a56516b4f57ac62dc5696ae359fd042fec040
* | | Cleanup ISub.aidlWink Saville2014-09-031-28/+14
| |/ |/| | | | | | | | | Fix copyright and remove @param context Change-Id: Icf0a7899070f03161db54aac4a83f6dd060bc28d
* | Merge "Add PhoneStateListener(Looper looper) and some documentation." into ↵Wink Saville2014-09-031-1/+22
|\ \ | | | | | | | | | lmp-dev
| * | Add PhoneStateListener(Looper looper) and some documentation.Wink Saville2014-09-031-1/+22
| | | | | | | | | | | | | | | Bug: 17374935 Change-Id: I1eeb77fd7478cb81cde92f43a26ed19697323e6a
* | | Hide SubscriptionManager using individual @hide on fields and methods.Wink Saville2014-09-031-17/+104
|/ / | | | | | | | | | | | | Doing this so the unhide for API Council will just be unhiding a few fields/methods. Change-Id: Iebc995c1aebe1f17a6552c28f771be7584bf0acb
* | Merge "Bug 17262099: MMS API changes (multi-project)." into lmp-devJulian Odell2014-09-031-8/+11
|\ \
| * | Bug 17262099: MMS API changes (multi-project).Julian Odell2014-09-031-8/+11
| | | | | | | | | | | | | | | | | | | | | Move MMS api to using content provider rather than byte[] to pass MMS message contents. Rebased and merged into TOT. Change-Id: I3509b2774b1cb30a1c8100bb25d283140c963b6b
* | | Rename getActivatedXxx to getActiveXxxWink Saville2014-09-032-11/+11
| | | | | | | | | | | | Change-Id: Iba6d2805a69d3385c93b7ed3c6267b5b8b252a28
* | | Prepare to make SubscriptionManager public.Wink Saville2014-09-025-134/+281
|/ / | | | | | | | | | | | | | | | | | | | | | | Sync SubscriptionManager and its dependentes between lmp-dev and lmp-sprout-dev. In SubscriptionManager and SubscriptionController: -Rename getActivatedSubInfoList to getActiveSubInfoList. -Remove context as a parameter -Cleanup Change-Id: Ie06ced3e7ff5a3d06b3b47892fed22b4bb8972c7
* | Bug 17243357: Remove MessagingConfigurationManagerShri Borde2014-09-021-24/+3
| | | | | | | | | | | | It is replaced with SmsManager.getCarrierConfigValues Change-Id: I560a53427b08746f2a7ed2e540ecb2c978b7ebd0
* | Add lookup key to callerInfoYorke Lee2014-08-291-0/+7
|/ | | | | Bug: 16825519 Change-Id: I71c4b2366caa3351b1f2cedd1c341f9ac909b7ea
* Change TelephonyManager method name to accurately reflect functionality.Diego Pontoriero2014-08-282-6/+6
| | | | | Bug: 17163860 Change-Id: I4390d79c49831454146a42b89520a16984c5f260
* 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