Searched refs:checkIndex (Results 1 – 2 of 2) sorted by relevance
148 private void checkIndex(final int key) { in checkIndex() method in SparseRectFArray.SparseRectFArrayBuilder205 checkIndex(key); in append()
230 checkIndex(mGsmUmtsSubscriptionAppIndex, AppType.APPTYPE_SIM, AppType.APPTYPE_USIM); in sanitizeApplicationIndexes()232 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM); in sanitizeApplicationIndexes()234 checkIndex(mImsSubscriptionAppIndex, AppType.APPTYPE_ISIM, null); in sanitizeApplicationIndexes()237 private int checkIndex(int index, AppType expectedAppType, AppType altExpectedAppType) { in checkIndex() method in UiccCard