Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java1327 delayDialForOtherSubHold(phone, c, (success) -> { in onCreateOutgoingConnection()
1380 maybeHoldFuture = delayDialForOtherSubHold(phone, c, (success) -> { in checkAndHoldCallsOnOtherSubsForEmergencyCall()
3765 private CompletableFuture<Void> delayDialForOtherSubHold(Phone phone, Conferenceable c, in delayDialForOtherSubHold() method in TelephonyConnectionService