Home
last modified time | relevance | path

Searched refs:RESPONSE_CODE_AKA_CHALLENGE (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/response/
DChallengeResponseTest.java43 .put(Response.JSON_KEY_RESPONSE_CODE, Response.RESPONSE_CODE_AKA_CHALLENGE) in responseBodyCorrect()
48 assertEquals(Response.RESPONSE_CODE_AKA_CHALLENGE, response.getAuthResponseCode()); in responseBodyCorrect()
74 .put(Response.JSON_KEY_RESPONSE_CODE, Response.RESPONSE_CODE_AKA_CHALLENGE) in responseBodyWrongMessageId()
/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/response/
DResponse.java32 public static final int RESPONSE_CODE_AKA_CHALLENGE = 1003; field in Response
/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/
DCarrierSpecificServiceEntitlement.java190 case Response.RESPONSE_CODE_AKA_CHALLENGE: in getImsiPseudonym()
242 case Response.RESPONSE_CODE_AKA_CHALLENGE: in getAuthenticationChallenge()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/
DCarrierSpecificServiceEntitlementTest.java154 .put(JSON_KEY_RESPONSE_CODE, Response.RESPONSE_CODE_AKA_CHALLENGE) in getAuthHttpResponse()