Searched refs:maybeHoldFuture (Results 1 – 1 of 1) sorted by relevance
1354 CompletableFuture<Void> maybeHoldFuture = in onCreateOutgoingConnection() local1362 maybeHoldFuture.thenRun(() -> delayDialForDdsSwitch(phone, ddsSwitchConsumer)); in onCreateOutgoingConnection()1370 CompletableFuture<Void> maybeHoldFuture = CompletableFuture.completedFuture(null); in checkAndHoldCallsOnOtherSubsForEmergencyCall() local1380 maybeHoldFuture = delayDialForOtherSubHold(phone, c, (success) -> { in checkAndHoldCallsOnOtherSubsForEmergencyCall()1391 return maybeHoldFuture; in checkAndHoldCallsOnOtherSubsForEmergencyCall()2634 CompletableFuture<Void> maybeHoldFuture = in placeEmergencyConnection() local2636 maybeHoldFuture.thenRun(() -> placeEmergencyConnectionInternal(resultConnection, in placeEmergencyConnection()