Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioSimImpl.java471 android.hardware.radio.sim.IccIoResult iccIoResult, in getIccIoResult() argument
484 if (iccIoResult == null) { in getIccIoResult()
498 iccIoResult.sw1 = 0x6A; in getIccIoResult()
499 iccIoResult.sw2 = 0x82; in getIccIoResult()
506 iccIoResult.simResponse = bcdIccid; in getIccIoResult()
507 Log.d(mTag, "Get IccIo result: ICCID = " + iccIoResult.simResponse); in getIccIoResult()
508 iccIoResult.sw1 = 0x90; in getIccIoResult()
511 iccIoResult.simResponse = mSimAppList.get(simAppIdx).getIccidInfo(); in getIccIoResult()
512 Log.d(mTag, "Get IccIo result: ICCID = " + iccIoResult.simResponse); in getIccIoResult()
513 iccIoResult.sw1 = 0x90; in getIccIoResult()
[all …]