Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioSimImpl.java301 int numOfSimApp = mSimAppList.size(); in getFacilityLockForApp() local
311 simAppIdx < numOfSimApp && isFacilitySupport && !isHandled; in getFacilityLockForApp()
372 int numOfSimApp = mSimAppList.size(); in getImsiForApp() local
379 simAppIdx < numOfSimApp && !isHandled; in getImsiForApp()
479 int numOfSimApp = mSimAppList.size(); in getIccIoResult() local
489 for (simAppIdx = 0, foundAid = false; simAppIdx < numOfSimApp; simAppIdx++) { in getIccIoResult()