Loading telephony/java/android/telephony/TelephonyManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -2758,8 +2758,8 @@ public class TelephonyManager { * physical slot index 0, to the logical slot 1. The index of the array means the index of the * logical slots. * * @param physicalSlots Index i in the array representing physical slot for phone i. The array * size should be same as {@link #getPhoneCount()}. * @param physicalSlots The content of the array represents the physical slot index. The array * size should be same as {@link #getUiccSlotsInfo()}. * @return boolean Return true if the switch succeeds, false if the switch fails. * @hide */ Loading telephony/java/android/telephony/euicc/EuiccCardManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -623,7 +623,7 @@ public class EuiccCardManager { } /** * Lists all notifications of the given {@code notificationEvents}. * Lists all notifications of the given {@code events}. * * @param cardId The Id of the eUICC. * @param events bits of the event types ({@link EuiccNotification.Event}) to list. Loading Loading
telephony/java/android/telephony/TelephonyManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -2758,8 +2758,8 @@ public class TelephonyManager { * physical slot index 0, to the logical slot 1. The index of the array means the index of the * logical slots. * * @param physicalSlots Index i in the array representing physical slot for phone i. The array * size should be same as {@link #getPhoneCount()}. * @param physicalSlots The content of the array represents the physical slot index. The array * size should be same as {@link #getUiccSlotsInfo()}. * @return boolean Return true if the switch succeeds, false if the switch fails. * @hide */ Loading
telephony/java/android/telephony/euicc/EuiccCardManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -623,7 +623,7 @@ public class EuiccCardManager { } /** * Lists all notifications of the given {@code notificationEvents}. * Lists all notifications of the given {@code events}. * * @param cardId The Id of the eUICC. * @param events bits of the event types ({@link EuiccNotification.Event}) to list. Loading