Loading telephony/java/android/telephony/TelephonyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -3281,7 +3281,7 @@ public class TelephonyManager { } /** * Gets information about currently inserted UICCs and enabled eUICCs. * Gets information about currently inserted UICCs and eUICCs. * <p> * Requires that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}). * <p> Loading telephony/java/android/telephony/UiccCardInfo.java +2 −2 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ public final class UiccCardInfo implements Parcelable { /** * Get the embedded ID (EID) of the eUICC. If the UiccCardInfo is not an eUICC * (see {@link #isEuicc()}), returns null. * (see {@link #isEuicc()}), or the EID is not available, returns null. * <p> * Note that this field may be omitted if the caller does not have the correct permissions * (see {@link TelephonyManager#getUiccCardsInfo()}). Loading @@ -115,7 +115,7 @@ public final class UiccCardInfo implements Parcelable { } /** * Get the ICCID of the UICC. * Get the ICCID of the UICC. If the ICCID is not availble, returns null. * <p> * Note that this field may be omitted if the caller does not have the correct permissions * (see {@link TelephonyManager#getUiccCardsInfo()}). Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -1586,7 +1586,7 @@ interface ITelephony { int getCardIdForDefaultEuicc(int subId, String callingPackage); /** * Gets information about currently inserted UICCs and enabled eUICCs. * Gets information about currently inserted UICCs and eUICCs. * <p> * Requires that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}). * <p> Loading Loading
telephony/java/android/telephony/TelephonyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -3281,7 +3281,7 @@ public class TelephonyManager { } /** * Gets information about currently inserted UICCs and enabled eUICCs. * Gets information about currently inserted UICCs and eUICCs. * <p> * Requires that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}). * <p> Loading
telephony/java/android/telephony/UiccCardInfo.java +2 −2 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ public final class UiccCardInfo implements Parcelable { /** * Get the embedded ID (EID) of the eUICC. If the UiccCardInfo is not an eUICC * (see {@link #isEuicc()}), returns null. * (see {@link #isEuicc()}), or the EID is not available, returns null. * <p> * Note that this field may be omitted if the caller does not have the correct permissions * (see {@link TelephonyManager#getUiccCardsInfo()}). Loading @@ -115,7 +115,7 @@ public final class UiccCardInfo implements Parcelable { } /** * Get the ICCID of the UICC. * Get the ICCID of the UICC. If the ICCID is not availble, returns null. * <p> * Note that this field may be omitted if the caller does not have the correct permissions * (see {@link TelephonyManager#getUiccCardsInfo()}). Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -1586,7 +1586,7 @@ interface ITelephony { int getCardIdForDefaultEuicc(int subId, String callingPackage); /** * Gets information about currently inserted UICCs and enabled eUICCs. * Gets information about currently inserted UICCs and eUICCs. * <p> * Requires that the calling app has carrier privileges (see {@link #hasCarrierPrivileges}). * <p> Loading