Home
last modified time | relevance | path

Searched refs:APPTYPE_CSIM (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardApplicationStatus.java36 APPTYPE_CSIM, enumConstant
123 case 4: newType = AppType.APPTYPE_CSIM; break; in AppTypeFromRILInt()
222 if (app_type == AppType.APPTYPE_CSIM || in toString()
DUiccCardApplication.java182 } else if (type == AppType.APPTYPE_RUIM || type == AppType.APPTYPE_CSIM){ in createIccRecords()
200 case APPTYPE_CSIM: in createIccFileHandler()
DRuimRecords.java890 if (mParentApp.getType() == AppType.APPTYPE_CSIM && in isProvisioned()
DUiccCard.java230 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM); in sanitizeApplicationIndexes()
/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstants.java180 public static final int APPTYPE_CSIM = 4; field in PhoneConstants