Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcClient.java85 public void queryAfcServer(@NonNull AfcLocation afcLocation, @NonNull Handler wifiHandler, in queryAfcServer() argument
96 HttpRequest httpRequest = getAfcHttpRequestObject(afcLocation); in queryAfcServer()
120 wifiHandler.post(() -> callback.onResult(serverResponse, afcLocation)); in queryAfcServer()
145 public HttpRequest getAfcHttpRequestObject(AfcLocation afcLocation) { in getAfcHttpRequestObject() argument
154 JSONObject jsonRequestObject = getAfcRequestJSONObject(afcLocation); in getAfcHttpRequestObject()
162 private JSONObject getAfcRequestJSONObject(AfcLocation afcLocation) { in getAfcRequestJSONObject() argument
179 JSONObject location = afcLocation.toJson(); in getAfcRequestJSONObject()
284 void onResult(AfcServerResponse serverResponse, AfcLocation afcLocation); in onResult() argument
DAfcLocationUtil.java51 public AfcLocationUtil.InBoundsCheckResult checkLocation(AfcLocation afcLocation, in checkLocation() argument
53 return afcLocation.checkLocation(comparingLocation); in checkLocation()
DAfcManager.java90 public void onResult(AfcServerResponse serverResponse, AfcLocation afcLocation) { in AfcManager()
92 mLastAfcLocationInSuccessfulQuery = afcLocation; in AfcManager()