Searched refs:APPTYPE_CSIM (Results 1 – 5 of 5) sorted by relevance
36 APPTYPE_CSIM, enumConstant123 case 4: newType = AppType.APPTYPE_CSIM; break; in AppTypeFromRILInt()222 if (app_type == AppType.APPTYPE_CSIM || in toString()
182 } else if (type == AppType.APPTYPE_RUIM || type == AppType.APPTYPE_CSIM){ in createIccRecords()200 case APPTYPE_CSIM: in createIccFileHandler()
226 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM); in sanitizeApplicationIndexes()
940 if (mParentApp.getType() == AppType.APPTYPE_CSIM && in isProvisioned()
175 public static final int APPTYPE_CSIM = 4; field in PhoneConstants