Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java241 public IccIoResult authRsp; field in IccRecords.AuthAsyncResponse
918 rsp.authRsp = (IccIoResult) ar.result; in handleMessage()
919 if (VDBG) log("ICC SIM AKA: authRsp = " + rsp.authRsp); in handleMessage()
1238 && rsp.authRsp == null && rsp.exception == null); in getIccSimChallengeResponse()
1241 && rsp.authRsp == null && rsp.exception == null) { in getIccSimChallengeResponse()
1253 if (rsp.authRsp == null) { in getIccSimChallengeResponse()
1260 return rsp.authRsp.payload != null ? new String(rsp.authRsp.payload) : null; in getIccSimChallengeResponse()