Searched refs:auth_rsp (Results 1 – 2 of 2) sorted by relevance
57 private String auth_rsp; field in IsimUiccRecords129 auth_rsp = (String)ar.result; in handleMessage()130 log("ISIM AKA: auth_rsp = " + auth_rsp); in handleMessage()184 auth_rsp = null; in resetRecords()
96 private IccIoResult auth_rsp; field in IccRecords233 auth_rsp = null; in dispose()678 auth_rsp = null; in handleMessage()684 auth_rsp = (IccIoResult)ar.result; in handleMessage()685 if (DBG) log("ICC SIM AKA: auth_rsp = " + auth_rsp); in handleMessage()919 if (auth_rsp == null) { in getIccSimChallengeResponse()926 return android.util.Base64.encodeToString(auth_rsp.payload, android.util.Base64.NO_WRAP); in getIccSimChallengeResponse()