Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java111 private CompletableFuture<Pair<Integer, Location>> mQueryLocationFuture = null; field in ConnectionServiceWrapper
1480 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()