Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java1325 Conferenceable c = maybeHoldCallsOnOtherSubs(request.getAccountHandle()); in onCreateOutgoingConnection()
1378 Conferenceable c = maybeHoldCallsOnOtherSubs(phoneAccountHandle); in checkAndHoldCallsOnOtherSubsForEmergencyCall()
4672 private @Nullable Conferenceable maybeHoldCallsOnOtherSubs( in maybeHoldCallsOnOtherSubs() method
4676 return maybeHoldCallsOnOtherSubs(getAllConnections(), getAllConferences(), in maybeHoldCallsOnOtherSubs()
4691 protected static @Nullable Conferenceable maybeHoldCallsOnOtherSubs( in maybeHoldCallsOnOtherSubs() method
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java2000 Conferenceable c = TelephonyConnectionService.maybeHoldCallsOnOtherSubs( in testHoldOnOtherSubForVirtualDsdaDevice()
2021 Conferenceable c = TelephonyConnectionService.maybeHoldCallsOnOtherSubs( in testHoldOnOtherSubForVirtualDsdaDeviceWithDomainSelectionEnabled()
2041 Conferenceable c = TelephonyConnectionService.maybeHoldCallsOnOtherSubs( in testNoHold_ifExistingConnectionAlreadyHeld_ForVirtualDsdaDevice()