Searched refs:APPTYPE_CSIM (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardApplicationStatus.java36 APPTYPE_CSIM, enum constant in enum:IccCardApplicationStatus.AppType
123 case 4: newType = AppType.APPTYPE_CSIM; break;
222 if (app_type == AppType.APPTYPE_CSIM ||
H A DUiccCardApplication.java182 } else if (type == AppType.APPTYPE_RUIM || type == AppType.APPTYPE_CSIM){
200 case APPTYPE_CSIM:
H A DRuimRecords.java893 if (mParentApp.getType() == AppType.APPTYPE_CSIM &&
H A DUiccCard.java232 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java196 public static final int APPTYPE_CSIM = 4; field in class:PhoneConstants
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccCardTest.java161 IccCardApplicationStatus.AppType.APPTYPE_CSIM,
180 assertTrue(mUicccard.isApplicationOnIcc(IccCardApplicationStatus.AppType.APPTYPE_CSIM));
H A DUiccControllerTest.java139 IccCardApplicationStatus.AppType.APPTYPE_CSIM,
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3907 public static final int APPTYPE_CSIM = PhoneConstants.APPTYPE_CSIM; field in class:TelephonyManager
5459 * Return the application ID for the app type like {@link APPTYPE_CSIM}.
5463 * @param appType the uicc app type like {@link APPTYPE_CSIM}
5472 * Return the application ID for the app type like {@link APPTYPE_CSIM}.
5477 * @param appType the uicc app type, like {@link APPTYPE_CSIM}

Completed in 9056 milliseconds