Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockSimService.java126 private ArrayList<SimAppData> mSimAppList; field in MockSimService
526 for (idx = 0; idx < mSimAppList.size(); idx++) { in getSimAppDataIndexByAid()
527 if (aid.equals(mSimAppList.get(idx).getAid())) { in getSimAppDataIndexByAid()
578 mSimAppList in storeEfData()
589 mSimAppList.get(getSimAppDataIndexByAid(aid)).setIccid(value[0]); in storeEfData()
592 mSimAppList.get(getSimAppDataIndexByAid(aid)).setIccidInfo(value[0]); in storeEfData()
601 mSimAppList.get(getSimAppDataIndexByAid(aid)).setGid1(value[0]); in storeEfData()
604 mSimAppList.get(getSimAppDataIndexByAid(aid)).setGid1Info(value[0]); in storeEfData()
770 mSimAppList.add(simAppData); in loadSimProfileFromXml()
795 mSimAppList.add(simAppData); in loadSimProfileFromXml()
[all …]
DIRadioSimImpl.java64 private ArrayList<SimAppData> mSimAppList; field in IRadioSimImpl
121 mSimAppList = (ArrayList<SimAppData>) ar.result; in handleMessage()
122 if (mSimAppList != null) { in handleMessage()
123 Log.i(mTag, "number of SIM app data: " + mSimAppList.size()); in handleMessage()
301 int numOfSimApp = mSimAppList.size(); in getFacilityLockForApp()
315 if (appId.equals(mSimAppList.get(simAppIdx).getAid())) { in getFacilityLockForApp()
316 responseData = mSimAppList.get(simAppIdx).getFdnStatus(); in getFacilityLockForApp()
321 if (appId.equals(mSimAppList.get(simAppIdx).getAid())) { in getFacilityLockForApp()
322 responseData = mSimAppList.get(simAppIdx).getPin1State(); in getFacilityLockForApp()
372 int numOfSimApp = mSimAppList.size(); in getImsiForApp()
[all …]
DMockModemConfigBase.java93 private ArrayList<SimAppData>[] mSimAppList; field in MockModemConfigBase
167 mSimAppList = (ArrayList<SimAppData>[]) new ArrayList[mNumOfSim]; in MockModemConfigBase()
418 new AsyncResult(null, mSimAppList[physicalSimSlot], null)); in handleMessage()
456 null, mSimAppList[physicalSimSlot], null)); in handleMessage()
641 mSimAppList[slotId] = mSimService[slotId].getSimAppList(); in updateCardStatus()
826 new AsyncResult(null, mSimAppList[physicalSlotId], null)); in notifyAllRegistrantNotifications()