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.java56 private static final int EVENT_AKA_AUTHENTICATE_DONE = 90; field in IsimUiccRecords
133 case EVENT_AKA_AUTHENTICATE_DONE: in handleMessage()
440 mCi.requestIsimAuthentication(nonce,obtainMessage(EVENT_AKA_AUTHENTICATE_DONE)); in getIsimChallengeResponse()
DIccRecords.java110 private static final int EVENT_AKA_AUTHENTICATE_DONE = 90; field in IccRecords
475 case EVENT_AKA_AUTHENTICATE_DONE: in handleMessage()
657 obtainMessage(EVENT_AKA_AUTHENTICATE_DONE)); in getIccSimChallengeResponse()