Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java1800 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testSecondCallDifferentSubWontDisconnectForDsdaDevice()
1899 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testDontDisconnectDifferentSubForVirtualDsdaDevice()
1916 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testDisconnectDifferentSubForVirtualDsdaDevice_ifCallExtraSet()
1933 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testDontUnholdOnSameSubForVirtualDsdaDevice()
1951 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testUnholdOnOtherSubForVirtualDsdaDevice()
1968 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testUnholdConferenceOnOtherSubForVirtualDsdaDevice()
1993 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testHoldOnOtherSubForVirtualDsdaDevice()
2013 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testHoldOnOtherSubForVirtualDsdaDeviceWithDomainSelectionEnabled()
2034 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testNoHold_ifExistingConnectionAlreadyHeld_ForVirtualDsdaDevice()
2053 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testOutgoingCallOnOtherSubPutsFirstCallOnHoldForVirtualDsdaDevice()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java326 boolean isConcurrentCallsPossible(); in isConcurrentCallsPossible() method
378 public boolean isConcurrentCallsPossible() { in isConcurrentCallsPossible() method in TelephonyConnectionService.TelephonyManagerProxyImpl
1324 if (mTelephonyManagerProxy.isConcurrentCallsPossible()) { in onCreateOutgoingConnection()
1371 if (mTelephonyManagerProxy.isConcurrentCallsPossible() in checkAndHoldCallsOnOtherSubsForEmergencyCall()
4443 if (mTelephonyManagerProxy.isConcurrentCallsPossible() in maybeIndicateAnsweringWillDisconnect()
4499 if (telephonyManagerProxy.isConcurrentCallsPossible() && !answeringDropsFgCall) { in maybeDisconnectCallsOnOtherSubs()
4588 if (!telephonyManagerProxy.isConcurrentCallsPossible()) { in maybeGetFirstConferenceableFromOtherSubscription()