Home
last modified time | relevance | path

Searched refs:EAP_CHALLENGE_RESPONSE (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java56 public static final String EAP_CHALLENGE_RESPONSE = "eap-relay-packet"; field in EapAkaApi
355 postData.put(EAP_CHALLENGE_RESPONSE, eapAkaChallengeResponse); in challengeResponse()
901 new JSONObject(responseBody).optString(EAP_CHALLENGE_RESPONSE, null); in getEapAkaChallenge()
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/
DEapAkaApiTest.java697 .get(EapAkaApi.EAP_CHALLENGE_RESPONSE)) in queryEntitlementStatus_hasNoAuthenticationToken_bypassAuthentication()