Merge "Fix typos." into pi-dev

am: 2135c52b4d

Change-Id: I2f700355d8f4476a875e4b95df17e7441b0332b4
This commit is contained in:
Jiuyu Sun
2018-04-16 14:20:02 -07:00
committed by android-build-merger
2 changed files with 3 additions and 3 deletions

View File

@@ -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
*/

View File

@@ -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.