Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java158 mIccRecords.getIccSimChallengeResponse(UiccCardApplication.AUTH_CONTEXT_EAP_AKA, in testGetIccSimChallengeResponseNull()
178 mIccRecords.getIccSimChallengeResponse(UiccCardApplication.AUTH_CONTEXT_EAP_AKA, in testGetIccSimChallengeResponseTimeout()
220 UiccCardApplication.AUTH_CONTEXT_EAP_AKA, "")); in testGetIccSimChallengeResponseDefault()
/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstants.java239 public static final int AUTH_CONTEXT_EAP_AKA = 129; field in PhoneConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java60 public static final int AUTH_CONTEXT_EAP_AKA = PhoneConstants.AUTH_CONTEXT_EAP_AKA; field in UiccCardApplication
646 authContext = AUTH_CONTEXT_EAP_AKA; in getAuthContext()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java387 && authType != UiccCardApplication.AUTH_CONTEXT_EAP_AKA) {
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java6933 public static final int AUTHTYPE_EAP_AKA = PhoneConstants.AUTH_CONTEXT_EAP_AKA;