Searched refs:isConcurrentCallsPossible (Results 1 – 2 of 2) sorted by relevance
1800 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 …]
326 boolean isConcurrentCallsPossible(); in isConcurrentCallsPossible() method378 public boolean isConcurrentCallsPossible() { in isConcurrentCallsPossible() method in TelephonyConnectionService.TelephonyManagerProxyImpl1324 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()