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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCard.java743 private State getAppState(int appIndex) { argument
745 if (appIndex >= 0 && appIndex < IccCardStatus.CARD_MAX_APPS) {
746 app = mIccCardStatus.getApplication(appIndex);
748 Log.e(mLogTag, "[IccCard] Invalid Subscription Application index:" + appIndex);

Completed in 194 milliseconds