diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 09b527c047072..b789303fec713 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -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 */ diff --git a/telephony/java/android/telephony/euicc/EuiccCardManager.java b/telephony/java/android/telephony/euicc/EuiccCardManager.java index 38f9745a58b0b..11411778a9abb 100644 --- a/telephony/java/android/telephony/euicc/EuiccCardManager.java +++ b/telephony/java/android/telephony/euicc/EuiccCardManager.java @@ -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.