summaryrefslogtreecommitdiffstats
path: root/telephony/java/com/android/internal
Commit message (Collapse)AuthorAgeFilesLines
* Allow non-persistent manual network selection.Shishir Agrawal2015-09-101-1/+5
| | | | | | | | | | | Allow the API to specify if the selection should be persisted across reboots. This also has the side affect of not notifying the user when signal is lost. Necessary becasue the API might be used transparent to the user and the notifications will be bizarre. Bug: 23971948 Change-Id: Ibb15144fb8a61f63a9c967d875d9ce8c70520ff0
* Add TDSCDMA familySungmin Choi2015-08-311-0/+10
| | | | | Bug: 22639018 Change-Id: I7a65337838ef3dfa24ce8b59564ec831c5cb5094
* am 499f084d: Merge "Add API to let carrier app send SMS without auto ↵Ji Yang2015-07-291-2/+10
|\ | | | | | | | | | | | | perisisting." into mnc-dev * commit '499f084d9e7bb3323ed447b16f548bad9b886aa7': Add API to let carrier app send SMS without auto perisisting.
| * Add API to let carrier app send SMS without auto perisisting.Ji Yang2015-07-291-2/+10
| | | | | | | | | | Bug: 22773702 Change-Id: I976a8268ce95fe9fc5bb046ce744a1cddefc8eeb
* | am ea975b12: Merge "Add new API for handling DB query per subId." into mnc-devSanket Padawe2015-07-161-0/+4
|\ \ | |/ | | | | | | * commit 'ea975b122fee3ac0fe766d2b58bb420b82e5dd95': Add new API for handling DB query per subId.
| * Merge "Add new API for handling DB query per subId." into mnc-devSanket Padawe2015-07-161-0/+4
| |\
| | * Add new API for handling DB query per subId.Sanket Padawe2015-07-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | + Add new API for handling DB query and Resources object per subscription. + Add constants for column name of DB storing subscription info. + Add a common settings file for multi-tab Bug: 22360525 Change-Id: Icf6d35bdbe31618e2a95df450aee12b99d3aea7a
* | | am 4e9c63cb: Merge "Handle exceptions when accessing Content providers." ↵Roshan Pius2015-07-151-4/+12
|\ \ \ | |/ / | | | | | | | | | | | | | | | into mnc-dev * commit '4e9c63cbe1712f750d5eaaa044e957c7f7696bf8': Handle exceptions when accessing Content providers.
| * | Handle exceptions when accessing Content providers.Roshan Pius2015-07-141-4/+12
| |/ | | | | | | | | BUG: 21638129 Change-Id: I88f7dcf67e395f49136a1f434fbd9c75e15cddad
* | am 1570b6b3: Merge "Enable EMERGENCY mobile connections." into mnc-devRobert Greenwalt2015-07-101-1/+2
|\ \ | |/ | | | | | | * commit '1570b6b3c7d1d41a52555312d161d0afe4b81df3': Enable EMERGENCY mobile connections.
| * Merge "Enable EMERGENCY mobile connections." into mnc-devRobert Greenwalt2015-07-101-1/+2
| |\
| | * Enable EMERGENCY mobile connections.Robert Greenwalt2015-07-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Hooks the ConnectivityManager.TYPE_MOBILE_EMERGENCY, PhoneConstants.APN_TYPE_EMERGENCY, and NetworkCapabilities.NET_CAPABILITY_EIMS together so carrier apps can request connections to this APN. bug:21785357 Change-Id: Id92a5e28d19407cc7a8f8b5478b23457f2f7f89d
* | | am 1ebcb6f8: Merge "Fix permissions." into mnc-devRobert Greenwalt2015-07-101-8/+4
|\ \ \ | |/ / | | | | | | | | | * commit '1ebcb6f8b2f989c84311555f4961506dba959d37': Fix permissions.
| * | Fix permissions.Robert Greenwalt2015-07-101-8/+4
| |/ | | | | | | | | | | | | | | | | Legacy API should not need new permissions. Also found some more hidden/system that should have permissions. bug:22379438 bug:19257083 Change-Id: I24be0a90dffcffe03d25982a9b02eedcf03fbd59
* | am 348988c5: Merge "Fix permissions on TelephonyManager" into mnc-devRobert Greenwalt2015-07-091-30/+49
|\ \ | |/ | | | | | | * commit '348988c5704a5a6eb6aec093e295c2d9f00ee33c': Fix permissions on TelephonyManager
| * Merge "Fix permissions on TelephonyManager" into mnc-devRobert Greenwalt2015-07-091-30/+49
| |\
| | * Fix permissions on TelephonyManagerRobert Greenwalt2015-07-071-30/+49
| | | | | | | | | | | | | | | bug:19257083 Change-Id: I063d36bbe7ece9d83aac7c490d1b44e55da2c286
* | | am 8b0f3873: Merge "Add/Fix Permission check on SubscriptionManager." into ↵Robert Greenwalt2015-07-081-16/+9
|\ \ \ | |/ / | | | | | | | | | | | | | | | mnc-dev * commit '8b0f3873a04103f6886fdc2fb79b9a3963567720': Add/Fix Permission check on SubscriptionManager.
| * | Add/Fix Permission check on SubscriptionManager.Robert Greenwalt2015-07-061-16/+9
| |/ | | | | | | | | | | | | Things that are modifing should check the modify permission. bug: 19259681 Change-Id: I27c7501d6777deec902b9cd47e194eadef391869
* | Rename VoLTE/WFC enable API to available - add VT available API.Etan Cohen2015-07-061-6/+9
|/ | | | | | | | | | Renamed API to use consistent semantics: available refers to the current state of the service rather then whether feature is enabled by device/carrier/ user. Added VT API to match VoLTE/WFC. Change-Id: Ifb31f123db77e731e75a982b8594168f59a289e7
* Write size of operators in writeToParcel()Anil Muthineni2015-06-261-0/+1
| | | | | | | | - So that the operators are read correctly while reading from parcel. Bug: 21563489 Change-Id: Icb5571a261144810f075855372791d4291255eec
* Merge "Adding hidden TM calls to scan/select cell networks." into mnc-devShishir Agrawal2015-06-224-1/+323
|\
| * Adding hidden TM calls to scan/select cell networks.Shishir Agrawal2015-06-194-1/+323
| | | | | | | | | | | | | | | | | | | | | | TM.getCellNetworkScanResults: Performs a radio scan for networks and returns a list of OperatorInfo. Tm.setNetworkSelectionModeManual: Manually selects a network and returns the status of the selection. Bug: 21563489 Change-Id: If64f30d6f1ed373c1d90433688389307f3dfee8c
* | OP_READ_PHONE_STATE AppOp check for getMergedSubscriberIdsFyodor Kupolov2015-06-171-1/+1
|/ | | | | | Bug: 21726452 Bug: 21878243 Change-Id: I390386e28d8f948b8672a212ac413dfa61e54a15
* Merge "Additional OP_READ_PHONE_STATE AppOps checks for telephony" into mnc-devFyodor Kupolov2015-06-161-21/+21
|\
| * Additional OP_READ_PHONE_STATE AppOps checks for telephonyFyodor Kupolov2015-06-101-21/+21
| | | | | | | | | | Bug: 21726452 Change-Id: Iab61372d0fc8cecc826564a218ff542ec4afde5c
* | Read MMS config from CarrierConfigManager.Jonathan Basseri2015-06-101-6/+4
|/ | | | | | | Updating javadoc to point at the correct class. Bug: 21085630 Change-Id: I02415191c8d331e431812ddba75f18af10805b98
* Merge "Ignore carrier apps when checking for idleness" into mnc-devZach Johnson2015-06-091-2/+7
|\
| * Ignore carrier apps when checking for idlenessZach Johnson2015-06-081-2/+7
| | | | | | | | | | | | | | Also introduce a way to check if a package has carrier privileges for any active phone. Change-Id: If5c5fe07f05ffc90fc21431eb27cf48030c0175b
* | Merge changes from topic 'modemActivityInfo' into mnc-devPrerepa Viswanadham2015-06-082-0/+8
|\ \ | | | | | | | | | | | | | | | * changes: API for get modem activity info Activity info and stats from modem
| * | Activity info and stats from modemPrerepa Viswanadham2015-06-052-0/+8
| | | | | | | | | | | | Change-Id: Ifa8e520673c7e5549b0066a16a744810f1f0730c
* | | Rename reloadCarrierConfigForSubId -> notifyConfigChangedForSubIdJonathan Basseri2015-06-081-1/+1
| |/ |/| | | | | | | | | | | | | Per discussion with API council, "notify" makes more sense than "reload" here. Bug: 21571894 Change-Id: I7e8e8d91d8e6e6d4502cf371472fd82efa3e97f5
* | Changing getSimState to use slot idx instead of sub id.Amit Mahajan2015-06-081-2/+2
|/ | | | | Bug: 20736251 Change-Id: I43ec6450358f833f878ed4eee993ea79d5220c65
* Add a hidden telephony API for querying SIM derived locales.Narayan Kamath2015-05-281-0/+8
| | | | | bug: 19818550 Change-Id: Ide6c05ad8fe7b0cff6f20ddfe755e83e9b3a21aa
* Switching to PersistableBundle in carrier config API.Jonathan Basseri2015-05-131-2/+2
| | | | | | | | | | | | | | | Part of this API involves persisting config bundles to avoid binding to apps at critical moments (like boot). Regular bundles should not be written to disk because they support object types that can lose their meaning while the data is at rest. In order to use PersistableBundle, we must either start with one or filter unwanted types out of Bundle objects. Since the carrier config API has no use for unsupported types, we chose to use PersistableBundle everywhere. Bug: 20268926 Change-Id: I17989ce840014c2a0ed3679c1bca5a8498082c7f
* Merge "WiFi Calling: Show different operator name string in Data usage ↵Pavel Zhamaitsiak2015-05-051-0/+1
|\ | | | | | | dialog." into mnc-dev
| * WiFi Calling: Show different operator name string in Data usage dialog.Pavel Zhamaitsiak2015-05-051-0/+1
| | | | | | | | | | | | Bug: 19950657 Change-Id: I9999d58e78154ed2d6d824973c40011875de15ef (cherry picked from lmp-mr1-wfc-dev)
* | Merge commit '17455a3' into master_mergePrerepa Viswanadham2015-05-012-215/+10
|\ \
| * \ Merge "add injectSmsPdu with subId to ISms.aidl" into m-wireless-devCheuksan Wang2015-04-241-215/+9
| |\ \
| | * | add injectSmsPdu with subId to ISms.aidlCheuksan Wang2015-04-031-215/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | also clean up unused methods from ISms.aidl and UiccSmsController.java BUG: 20015121 Change-Id: I60237e2e8964f9db5cceab7b09112a49f92f5c47
| * | | Merge "Fail SmsManager requests if SubId is not active." into m-wireless-devCheuksan Wang2015-04-241-0/+1
| |\ \ \
| | * | | Fail SmsManager requests if SubId is not active.Shishir Agrawal2015-03-301-0/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If subId is not active, expected subIds can be assigned to the messages being processed due to SmsManager calls. The change will fail any SmsManager calls if SubId is not active. Bug: 18629526 Change-Id: I8da1b1e2c477f32dcbaff417fc4e14ba2a225414
| * | | LCE service implementation - connectivity sidefenglu2015-04-151-3/+10
| | | | | | | | | | | | | | | | Change-Id: If11bd99c44c7dc8d2aa2bc05a10e04421739baa6
| * | | Adding Carrier Config API.Jonathan Basseri2015-04-151-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UICC privileged carrier apps will extend CarrierConfigService to provide carrier-specific configuration. Apps/services will use CarrierConfigManager to read the current configuration. CarrierConfigManager also defines the set of configuration variables and their default values. Bug: b/19483786 Change-Id: I027211b43276afd6fe893ae50048c52f2aed5cf5
| * | | Add support for Bluetooth Sim Access Profile (2/4)Casper Bonde2015-04-151-0/+10
| | | | | | | | | | | | | | | | Change-Id: I6c634aa38d31a7b5a98c9089840557257fd58209
* | | | Use a separate intent action for subscription phone state changes.Sharvil Nanavati2015-04-271-0/+4
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Global phone state changes and subscription phone state changes are aliased to the same intent. As a result, apps can't distinguish between the two types of updates. This change teases the two apart by using a different intent action for each type of phone state change. This will break carrier apps that depend on subscription phone state changes, but will fix state inconsistencies in non-carrier apps. Bug: 20309009 Change-Id: Ie81c37247917573a3ef5d957fda1087c16736e85
* | | Merge "Add OP_READ_PHONE_STATE app op continued - framework"Svet Ganov2015-04-211-15/+29
|\ \ \
| * | | Add OP_READ_PHONE_STATE app op continued - frameworkSvet Ganov2015-04-181-15/+29
| | | | | | | | | | | | | | | | Change-Id: If1c2783ad9ea2aa773e5416e09a3cfd1817ef73f
* | | | Merge "Add multi-sim support for getCarrierPackageNamesForIntent."Jonathan Basseri2015-04-201-4/+5
|\ \ \ \
| * | | | Add multi-sim support for getCarrierPackageNamesForIntent.Junda Liu2015-04-201-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resbmit of change Id100b7c4606287a1daa90092cd3c8a5a6519247d Bug: 20268073 Change-Id: I852aac4da492e15f1dd7a3c88693fa14ec07b7c4