Searched refs:getBindingFuture (Results 1 – 3 of 3) sorted by relevance
1650 public CompletableFuture<Boolean> getBindingFuture() { in getBindingFuture() method in InCallController
3006 mInCallController.getBindingFuture().thenRunAsync(() -> {
900 CompletableFuture<Boolean> bindTimeout = mInCallController.getBindingFuture(); in testBindingFuture()