Searched refs:mQueryLocationFuture (Results 1 – 1 of 1) sorted by relevance
111 private CompletableFuture<Pair<Integer, Location>> mQueryLocationFuture = null; field in ConnectionServiceWrapper1480 if (mQueryLocationFuture != null && !mQueryLocationFuture.isDone()) { in queryCurrentLocation()1496 mQueryLocationFuture = new CompletableFuture<Pair<Integer, Location>>() in queryCurrentLocation()1510 (location) -> mQueryLocationFuture.complete(Pair.create(null, location))); in queryCurrentLocation()1512 mQueryLocationFuture.whenComplete((result, e) -> { in queryCurrentLocation()1532 if (mQueryLocationFuture != null) { in queryCurrentLocation()1533 mQueryLocationFuture = null; in queryCurrentLocation()