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