Home
last modified time | relevance | path

Searched defs:afcLocation (Results 1 – 2 of 2) 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()
145 public HttpRequest getAfcHttpRequestObject(AfcLocation afcLocation) { in getAfcHttpRequestObject()
162 private JSONObject getAfcRequestJSONObject(AfcLocation afcLocation) { in getAfcRequestJSONObject()
284 void onResult(AfcServerResponse serverResponse, AfcLocation afcLocation); in onResult()
DAfcLocationUtil.java51 public AfcLocationUtil.InBoundsCheckResult checkLocation(AfcLocation afcLocation, in checkLocation()