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

/frameworks/base/core/java/android/view/inputmethod/
H A DSparseRectFArray.java148 private void checkIndex(final int key) { method in class:SparseRectFArray.SparseRectFArrayBuilder
205 checkIndex(key);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java228 checkIndex(mGsmUmtsSubscriptionAppIndex, AppType.APPTYPE_SIM, AppType.APPTYPE_USIM);
230 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM);
232 checkIndex(mImsSubscriptionAppIndex, AppType.APPTYPE_ISIM, null);
235 private int checkIndex(int index, AppType expectedAppType, AppType altExpectedAppType) { method in class:UiccCard

Completed in 378 milliseconds