Searched refs:isConcurrentCallsPossible (Results 1 – 2 of 2) sorted by relevance
1945 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 …]
341 boolean isConcurrentCallsPossible(); in isConcurrentCallsPossible() method393 public boolean isConcurrentCallsPossible() { in isConcurrentCallsPossible() method in TelephonyConnectionService.TelephonyManagerProxyImpl1376 if (mTelephonyManagerProxy.isConcurrentCallsPossible() in onCreateOutgoingConnection()1425 if (mTelephonyManagerProxy.isConcurrentCallsPossible()) { in checkAndHoldOrDisconnectCallsOnOtherSubsForEmergencyCall()4770 if (mTelephonyManagerProxy.isConcurrentCallsPossible()4826 if (telephonyManagerProxy.isConcurrentCallsPossible() && !answeringDropsFgCall) {4915 if (!telephonyManagerProxy.isConcurrentCallsPossible()) {