Searched defs:checkIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java180 checkIndex(mGsmUmtsSubscriptionAppIndex, AppType.APPTYPE_SIM, AppType.APPTYPE_USIM);
182 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM);
184 checkIndex(mImsSubscriptionAppIndex, AppType.APPTYPE_ISIM, null);
187 private int checkIndex(int index, AppType expectedAppType, AppType altExpectedAppType) { method in class:UiccCard

Completed in 80 milliseconds