Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b649288 authored by Holly Jiuyu Sun's avatar Holly Jiuyu Sun
Browse files

Fix typos.

switchSlots() accepts an array which should be the size of the number of
physical slot.
Also fix a typo in EuiccCardManager.

Bug: 77858827
Test: test on phone
Change-Id: If95bc5120df68ce23dc88e60df83542ac817c6e5
parent c7b4c2dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
     */
+1 −1
Original line number Diff line number Diff line
@@ -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.