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.java57 private static final int EVENT_AKA_AUTHENTICATE_DONE = 90; field in IsimUiccRecords
134 case EVENT_AKA_AUTHENTICATE_DONE: in handleMessage()
443 mCi.requestIsimAuthentication(nonce,obtainMessage(EVENT_AKA_AUTHENTICATE_DONE)); in getIsimChallengeResponse()
DIccRecords.java111 private static final int EVENT_AKA_AUTHENTICATE_DONE = 90; field in IccRecords
494 case EVENT_AKA_AUTHENTICATE_DONE: in handleMessage()
676 obtainMessage(EVENT_AKA_AUTHENTICATE_DONE)); in getIccSimChallengeResponse()