Searched refs:afcLocation (Results 1 – 3 of 3) sorted by relevance
85 public void queryAfcServer(@NonNull AfcLocation afcLocation, @NonNull Handler wifiHandler, in queryAfcServer() argument96 HttpRequest httpRequest = getAfcHttpRequestObject(afcLocation); in queryAfcServer()120 wifiHandler.post(() -> callback.onResult(serverResponse, afcLocation)); in queryAfcServer()145 public HttpRequest getAfcHttpRequestObject(AfcLocation afcLocation) { in getAfcHttpRequestObject() argument154 JSONObject jsonRequestObject = getAfcRequestJSONObject(afcLocation); in getAfcHttpRequestObject()162 private JSONObject getAfcRequestJSONObject(AfcLocation afcLocation) { in getAfcRequestJSONObject() argument179 JSONObject location = afcLocation.toJson(); in getAfcRequestJSONObject()284 void onResult(AfcServerResponse serverResponse, AfcLocation afcLocation); in onResult() argument
51 public AfcLocationUtil.InBoundsCheckResult checkLocation(AfcLocation afcLocation, in checkLocation() argument53 return afcLocation.checkLocation(comparingLocation); in checkLocation()
90 public void onResult(AfcServerResponse serverResponse, AfcLocation afcLocation) { in AfcManager()92 mLastAfcLocationInSuccessfulQuery = afcLocation; in AfcManager()