Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/
DRequestFactoryTest.java20 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()
/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/
DRequestFactory.java58 static final String JSON_KEY_AKA_CHALLENGE_RSP = "aka-challenge-rsp"; field in RequestFactory
143 request.put(JSON_KEY_AKA_CHALLENGE_RSP, challengeResponse); in makeAuthenticationRequest()