Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java55 private static final int EVENT_AKA_AUTHENTICATE_DONE = 90; field in IsimUiccRecords
132 case EVENT_AKA_AUTHENTICATE_DONE: in handleMessage()
439 mCi.requestIsimAuthentication(nonce,obtainMessage(EVENT_AKA_AUTHENTICATE_DONE)); in getIsimChallengeResponse()
DIccRecords.java102 private static final int EVENT_AKA_AUTHENTICATE_DONE = 90; field in IccRecords
459 case EVENT_AKA_AUTHENTICATE_DONE: in handleMessage()
598 obtainMessage(EVENT_AKA_AUTHENTICATE_DONE)); in getIccSimChallengeResponse()