Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
H A DEapAkaResponse.java19 …m.android.libraries.entitlement.ServiceEntitlementException.ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE;
98 ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE, "EAP-AKA response is null!"); in respondToEapAkaChallenge()
118 ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE, "Can't generate K_Aut!"); in respondToEapAkaChallenge()
127 ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE, in respondToEapAkaChallenge()
143 ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE, in respondToEapAkaChallenge()
H A DEapAkaChallenge.java19 …m.android.libraries.entitlement.ServiceEntitlementException.ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE;
67 ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE, in parseEapAkaChallenge()
76 ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE, in parseEapAkaChallenge()
H A DEapAkaSecurityContext.java19 …m.android.libraries.entitlement.ServiceEntitlementException.ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE;
63 ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE, in from()
/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
H A DServiceEntitlementException.java40 public static final int ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE = 20; field in ServiceEntitlementException
/aosp12/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/
H A DEapAkaSecurityContextTest.java104 .isEqualTo(ServiceEntitlementException.ERROR_ICC_AUTHENTICATION_NOT_AVAILABLE); in parseResponseData_invalidWithWrongTag_throwsException()