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.java1725 public CompletableFuture<Boolean> getBindingFuture() { in getBindingFuture() method in InCallController
DCallsManager.java2976 mInCallController.getBindingFuture().thenRunAsync(() -> {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallControllerTests.java918 CompletableFuture<Boolean> bindTimeout = mInCallController.getBindingFuture(); in testBindingFuture()