diff options
author | Junda Liu <junda@google.com> | 2014-11-07 11:18:02 -0800 |
---|---|---|
committer | Junda Liu <junda@google.com> | 2014-11-07 12:11:52 -0800 |
commit | bbdc1c0e044a505d5a200963319a683e4ef1f967 (patch) | |
tree | d93cfcef8980fe13cb87a9e1c53c7ba1b2caaa06 /telephony/java/com/android | |
parent | ee990413b51b41e4fe8940cba703bdfb56a12018 (diff) | |
download | frameworks_base-bbdc1c0e044a505d5a200963319a683e4ef1f967.zip frameworks_base-bbdc1c0e044a505d5a200963319a683e4ef1f967.tar.gz frameworks_base-bbdc1c0e044a505d5a200963319a683e4ef1f967.tar.bz2 |
Add HIDE_CARRIER_NETWORK_SETTINGS global setting.
Also remove hidden APIs to get/set the preference.
Bug: b/17673255
Change-Id: I8957b0380bf617c953f6665cbfdcc77c3be78411
Diffstat (limited to 'telephony/java/com/android')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 13f0e3f..c50261d 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -727,24 +727,6 @@ interface ITelephony { List<String> getCarrierPackageNamesForIntent(in Intent intent); /** - * Set whether Android should display a simplified Mobile Network Settings UI - * for the current ICCID. - * - * @param subId for which the simplified UI should be enabled or disabled. - * @param enable true means enabling the simplified UI. - */ - void enableSimplifiedNetworkSettingsForSubscriber(int subId, boolean enable); - - /** - * Get whether a simplified Mobile Network Settings UI is enabled for the - * current ICCID. - * - * @param subId for which the simplified UI should be enabled or disabled. - * @return true if the simplified UI is enabled. - */ - boolean getSimplifiedNetworkSettingsEnabledForSubscriber(int subId); - - /** * Set the line 1 phone number string and its alphatag for the current ICCID * for display purpose only, for example, displayed in Phone Status. It won't * change the actual MSISDN/MDN. To unset alphatag or number, pass in a null |