Loading telephony/java/android/telephony/euicc/EuiccManager.java +6 −0 Original line number Diff line number Diff line Loading @@ -285,6 +285,8 @@ public class EuiccManager { * {@link #ACTION_DELETE_SUBSCRIPTION_PRIVILEGED}, and * {@link #ACTION_RENAME_SUBSCRIPTION_PRIVILEGED} providing the ID of the targeted subscription. * * <p>Expected type of the extra data: int * * @hide */ @SystemApi Loading @@ -295,6 +297,8 @@ public class EuiccManager { * Key for an extra set on {@link #ACTION_TOGGLE_SUBSCRIPTION_PRIVILEGED} providing a boolean * value of whether to enable or disable the targeted subscription. * * <p>Expected type of the extra data: boolean * * @hide */ @SystemApi Loading @@ -305,6 +309,8 @@ public class EuiccManager { * Key for an extra set on {@link #ACTION_RENAME_SUBSCRIPTION_PRIVILEGED} providing a new * nickname for the targeted subscription. * * <p>Expected type of the extra data: String * * @hide */ @SystemApi Loading Loading
telephony/java/android/telephony/euicc/EuiccManager.java +6 −0 Original line number Diff line number Diff line Loading @@ -285,6 +285,8 @@ public class EuiccManager { * {@link #ACTION_DELETE_SUBSCRIPTION_PRIVILEGED}, and * {@link #ACTION_RENAME_SUBSCRIPTION_PRIVILEGED} providing the ID of the targeted subscription. * * <p>Expected type of the extra data: int * * @hide */ @SystemApi Loading @@ -295,6 +297,8 @@ public class EuiccManager { * Key for an extra set on {@link #ACTION_TOGGLE_SUBSCRIPTION_PRIVILEGED} providing a boolean * value of whether to enable or disable the targeted subscription. * * <p>Expected type of the extra data: boolean * * @hide */ @SystemApi Loading @@ -305,6 +309,8 @@ public class EuiccManager { * Key for an extra set on {@link #ACTION_RENAME_SUBSCRIPTION_PRIVILEGED} providing a new * nickname for the targeted subscription. * * <p>Expected type of the extra data: String * * @hide */ @SystemApi Loading