Searched refs:mBindingFuture (Results 1 – 1 of 1) sorted by relevance
1210 private CompletableFuture<Boolean> mBindingFuture = CompletableFuture.completedFuture(true); field in InCallController1897 mBindingFuture = new CompletableFuture<Boolean>().completeOnTimeout(false, in bindToServices()2309 if (info.getType() != IN_CALL_SERVICE_TYPE_NON_UI && !mBindingFuture.isDone()) { in onConnected()2310 mBindingFuture.complete(true); in onConnected()2476 return mBindingFuture; in getBindingFuture()