Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstants.java224 public static final int AUTH_CONTEXT_EAP_AKA = 129; field in PhoneConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java58 public static final int AUTH_CONTEXT_EAP_AKA = PhoneConstants.AUTH_CONTEXT_EAP_AKA; field in UiccCardApplication
580 authContext = AUTH_CONTEXT_EAP_AKA; in getAuthContext()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java486 authType != UiccCardApplication.AUTH_CONTEXT_EAP_AKA) { in getIccSimChallengeResponse()