Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java1650 public CompletableFuture<Boolean> getBindingFuture() { in getBindingFuture() method in InCallController
DCallsManager.java3006 mInCallController.getBindingFuture().thenRunAsync(() -> {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallControllerTests.java900 CompletableFuture<Boolean> bindTimeout = mInCallController.getBindingFuture(); in testBindingFuture()