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.java1945 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testSecondCallDifferentSubWontDisconnectForDsdaDevice()
2044 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testDontDisconnectDifferentSubForVirtualDsdaDevice()
2061 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testDisconnectDifferentSubForVirtualDsdaDevice_ifCallExtraSet()
2078 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testDontUnholdOnSameSubForVirtualDsdaDevice()
2096 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testUnholdOnOtherSubForVirtualDsdaDevice()
2113 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testUnholdConferenceOnOtherSubForVirtualDsdaDevice()
2138 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testHoldOnOtherSubForVirtualDsdaDevice()
2158 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testHoldOnOtherSubForVirtualDsdaDeviceWithDomainSelectionEnabled()
2179 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testNoHold_ifExistingConnectionAlreadyHeld_ForVirtualDsdaDevice()
2198 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testOutgoingCallOnOtherSubPutsFirstCallOnHoldForVirtualDsdaDevice()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java341 boolean isConcurrentCallsPossible(); in isConcurrentCallsPossible() method
393 public boolean isConcurrentCallsPossible() { in isConcurrentCallsPossible() method in TelephonyConnectionService.TelephonyManagerProxyImpl
1376 if (mTelephonyManagerProxy.isConcurrentCallsPossible() in onCreateOutgoingConnection()
1425 if (mTelephonyManagerProxy.isConcurrentCallsPossible()) { in checkAndHoldOrDisconnectCallsOnOtherSubsForEmergencyCall()
4770 if (mTelephonyManagerProxy.isConcurrentCallsPossible()
4826 if (telephonyManagerProxy.isConcurrentCallsPossible() && !answeringDropsFgCall) {
4915 if (!telephonyManagerProxy.isConcurrentCallsPossible()) {