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.java229 public static final int AUTH_CONTEXT_EAP_AKA = 129; field in PhoneConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java59 public static final int AUTH_CONTEXT_EAP_AKA = PhoneConstants.AUTH_CONTEXT_EAP_AKA; field in UiccCardApplication
592 authContext = AUTH_CONTEXT_EAP_AKA; in getAuthContext()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java353 && authType != UiccCardApplication.AUTH_CONTEXT_EAP_AKA) {