Searched refs:APPTYPE_ISIM (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardApplicationStatus.java37 APPTYPE_ISIM enum constant in enum:IccCardApplicationStatus.AppType
124 case 5: newType = AppType.APPTYPE_ISIM; break;
224 app_type == AppType.APPTYPE_ISIM) {
H A DUiccCardApplication.java184 } else if (type == AppType.APPTYPE_ISIM) {
202 case APPTYPE_ISIM:
H A DUiccCard.java234 checkIndex(mImsSubscriptionAppIndex, AppType.APPTYPE_ISIM, null);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java197 public static final int APPTYPE_ISIM = 5; field in class:PhoneConstants
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccCardTest.java164 IccCardApplicationStatus.AppType.APPTYPE_ISIM,
181 assertTrue(mUicccard.isApplicationOnIcc(IccCardApplicationStatus.AppType.APPTYPE_ISIM));
H A DUiccControllerTest.java142 IccCardApplicationStatus.AppType.APPTYPE_ISIM,
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3883 * @see getIccAuthentication with appType=PhoneConstants.APPTYPE_ISIM
3909 public static final int APPTYPE_ISIM = PhoneConstants.APPTYPE_ISIM; field in class:TelephonyManager

Completed in 676 milliseconds