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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCard.java884 private State getAppState(int appIndex) { argument
886 if (appIndex >= 0 && appIndex < IccCardStatus.CARD_MAX_APPS) {
887 app = mIccCardStatus.getApplication(appIndex);
889 Log.e(mLogTag, "[IccCard] Invalid Subscription Application index:" + appIndex);
987 int appIndex = getCurrentApplicationIndex();
989 if (appIndex >= 0 && appIndex < IccCardStatus.CARD_MAX_APPS) {
990 IccCardApplication app = mIccCardStatus.getApplication(appIndex);
994 Log.e(mLogTag, "[IccCard] getAid: no current application index=" + appIndex);
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java2938 int appIndex = getLRURecordIndexForAppLocked(thread);
2939 return appIndex >= 0 ? mLruProcesses.get(appIndex) : null;

Completed in 128 milliseconds