Searched refs:JSON_KEY_AKA_CHALLENGE_RSP (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.server.wifi.entitlement.RequestFactory.JSON_KEY_AKA_CHALLENGE_RSP;157 assertEquals(CHALLENGE_RESPONSE, jsonObject.get(JSON_KEY_AKA_CHALLENGE_RSP)); in createGetImsiPseudonymRequestSuccess()180 assertFalse(jsonObject.has(JSON_KEY_AKA_CHALLENGE_RSP)); in createGetImsiPseudonymRequestWithEmptyData()
58 static final String JSON_KEY_AKA_CHALLENGE_RSP = "aka-challenge-rsp"; field in RequestFactory143 request.put(JSON_KEY_AKA_CHALLENGE_RSP, challengeResponse); in makeAuthenticationRequest()