Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/
DRequestFactory.java81 requests.put(makeAuthenticationRequest(null /*akaToken*/, null /*challengeResponse*/)); in createAuthRequest()
96 requests.put(makeAuthenticationRequest(akaToken, challengeResponse)); in createGetImsiPseudonymRequest()
125 private JSONObject makeAuthenticationRequest(String akaToken, String challengeResponse) in makeAuthenticationRequest() method in RequestFactory