Home
last modified time | relevance | path

Searched refs:checkIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DSparseRectFArray.java148 private void checkIndex(final int key) { in checkIndex() method in SparseRectFArray.SparseRectFArrayBuilder
205 checkIndex(key); in append()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCard.java230 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