Loading telephony/java/android/telephony/TelephonyManager.java +16 −14 Original line number Diff line number Diff line Loading @@ -1738,10 +1738,10 @@ public class TelephonyManager { } /** * Set the phone number string and its alphatag for line 1 for display * purpose only, for example, displayed in Phone Status. It won't change * the actual MSISDN/MDN. This setting won't be persisted during power cycle * and it should be set again after reboot. * 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 * value. * <p> * Requires Permission: * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE} Loading @@ -1755,10 +1755,10 @@ public class TelephonyManager { } /** * Set the phone number string and its alphatag for line 1 for display * purpose only, for example, displayed in Phone Status. It won't change * the actual MSISDN/MDN. This setting won't be persisted during power cycle * and it should be set again after reboot. * 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 * value. * <p> * Requires Permission: * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE} Loading Loading @@ -3359,8 +3359,8 @@ public class TelephonyManager { } /** * Set whether Android should display a simplified Mobile Network Settings UI. * The setting won't be persisted during power cycle. * Set whether Android should display a simplified Mobile Network Settings UI * for the current ICCID. * <p> * Requires Permission: * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE} Loading @@ -3374,8 +3374,8 @@ public class TelephonyManager { } /** * Set whether Android should display a simplified Mobile Network Settings UI. * The setting won't be persisted during power cycle. * Set whether Android should display a simplified Mobile Network Settings UI * for the current ICCID. * <p> * Requires Permission: * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE} Loading @@ -3394,7 +3394,8 @@ public class TelephonyManager { } /** * Get whether a simplified Mobile Network Settings UI is enabled. * Get whether a simplified Mobile Network Settings UI is enabled for the * current ICCID. * <p> * Requires Permission: * {@link android.Manifest.permission#READ_PHONE_STATE READ_PHONE_STATE} Loading @@ -3407,7 +3408,8 @@ public class TelephonyManager { } /** * Get whether a simplified Mobile Network Settings UI is enabled. * Get whether a simplified Mobile Network Settings UI is enabled for the * current ICCID. * <p> * Requires Permission: * {@link android.Manifest.permission#READ_PHONE_STATE READ_PHONE_STATE} Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +8 −7 Original line number Diff line number Diff line Loading @@ -709,8 +709,8 @@ interface ITelephony { List<String> getCarrierPackageNamesForIntent(in Intent intent); /** * Set whether Android should display a simplified Mobile Network Settings UI. * The setting won't be persisted during power cycle. * 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. Loading @@ -718,7 +718,8 @@ interface ITelephony { void enableSimplifiedNetworkSettingsForSubscriber(long subId, boolean enable); /** * Get whether a simplified Mobile Network Settings UI is enabled. * 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. Loading @@ -726,10 +727,10 @@ interface ITelephony { boolean getSimplifiedNetworkSettingsEnabledForSubscriber(long subId); /** * Set the phone number string and its alphatag for line 1 for display * purpose only, for example, displayed in Phone Status. It won't change * the actual MSISDN/MDN. This setting won't be persisted during power cycle * and it should be set again after reboot. * 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 * value. * * @param subId the subscriber that the alphatag and dialing number belongs to. * @param alphaTag alpha-tagging of the dailing nubmer Loading Loading
telephony/java/android/telephony/TelephonyManager.java +16 −14 Original line number Diff line number Diff line Loading @@ -1738,10 +1738,10 @@ public class TelephonyManager { } /** * Set the phone number string and its alphatag for line 1 for display * purpose only, for example, displayed in Phone Status. It won't change * the actual MSISDN/MDN. This setting won't be persisted during power cycle * and it should be set again after reboot. * 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 * value. * <p> * Requires Permission: * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE} Loading @@ -1755,10 +1755,10 @@ public class TelephonyManager { } /** * Set the phone number string and its alphatag for line 1 for display * purpose only, for example, displayed in Phone Status. It won't change * the actual MSISDN/MDN. This setting won't be persisted during power cycle * and it should be set again after reboot. * 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 * value. * <p> * Requires Permission: * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE} Loading Loading @@ -3359,8 +3359,8 @@ public class TelephonyManager { } /** * Set whether Android should display a simplified Mobile Network Settings UI. * The setting won't be persisted during power cycle. * Set whether Android should display a simplified Mobile Network Settings UI * for the current ICCID. * <p> * Requires Permission: * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE} Loading @@ -3374,8 +3374,8 @@ public class TelephonyManager { } /** * Set whether Android should display a simplified Mobile Network Settings UI. * The setting won't be persisted during power cycle. * Set whether Android should display a simplified Mobile Network Settings UI * for the current ICCID. * <p> * Requires Permission: * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE} Loading @@ -3394,7 +3394,8 @@ public class TelephonyManager { } /** * Get whether a simplified Mobile Network Settings UI is enabled. * Get whether a simplified Mobile Network Settings UI is enabled for the * current ICCID. * <p> * Requires Permission: * {@link android.Manifest.permission#READ_PHONE_STATE READ_PHONE_STATE} Loading @@ -3407,7 +3408,8 @@ public class TelephonyManager { } /** * Get whether a simplified Mobile Network Settings UI is enabled. * Get whether a simplified Mobile Network Settings UI is enabled for the * current ICCID. * <p> * Requires Permission: * {@link android.Manifest.permission#READ_PHONE_STATE READ_PHONE_STATE} Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +8 −7 Original line number Diff line number Diff line Loading @@ -709,8 +709,8 @@ interface ITelephony { List<String> getCarrierPackageNamesForIntent(in Intent intent); /** * Set whether Android should display a simplified Mobile Network Settings UI. * The setting won't be persisted during power cycle. * 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. Loading @@ -718,7 +718,8 @@ interface ITelephony { void enableSimplifiedNetworkSettingsForSubscriber(long subId, boolean enable); /** * Get whether a simplified Mobile Network Settings UI is enabled. * 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. Loading @@ -726,10 +727,10 @@ interface ITelephony { boolean getSimplifiedNetworkSettingsEnabledForSubscriber(long subId); /** * Set the phone number string and its alphatag for line 1 for display * purpose only, for example, displayed in Phone Status. It won't change * the actual MSISDN/MDN. This setting won't be persisted during power cycle * and it should be set again after reboot. * 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 * value. * * @param subId the subscriber that the alphatag and dialing number belongs to. * @param alphaTag alpha-tagging of the dailing nubmer Loading