Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java233 @Mock TelephonyConnectionService.TelephonyManagerProxy mTelephonyManagerProxy; field in TelephonyConnectionServiceTest
305 mTestConnectionService.setTelephonyManagerProxy(mTelephonyManagerProxy); in setUp()
1408 doReturn(true).when(mTelephonyManagerProxy).isCurrentEmergencyNumber( in testCreateOutgoingConnectionForNormalRoutedEmergencyCall()
1416 doReturn(emergencyNumbers).when(mTelephonyManagerProxy).getCurrentEmergencyNumberList(); in testCreateOutgoingConnectionForNormalRoutedEmergencyCall()
1417 doReturn(2).when(mTelephonyManagerProxy).getPhoneCount(); in testCreateOutgoingConnectionForNormalRoutedEmergencyCall()
1439 doReturn(true).when(mTelephonyManagerProxy).isCurrentEmergencyNumber( in testCreateOutgoingEmergencyConnection_exitingSatellite_placeCall()
1800 when(mTelephonyManagerProxy.isConcurrentCallsPossible()).thenReturn(true); in testSecondCallDifferentSubWontDisconnectForDsdaDevice()
1835 tcs, SUB1_HANDLE, false, mTelephonyManagerProxy); in testDontDisconnectSameSub()
1848 tcs, SUB2_HANDLE, false, mTelephonyManagerProxy); in testDontDisconnectEmergency()
1861 tcs, SUB2_HANDLE, false, mTelephonyManagerProxy); in testDontDisconnectExternal()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java335 private TelephonyManagerProxy mTelephonyManagerProxy; field in TelephonyConnectionService
514 mTelephonyManagerProxy = proxy; in setTelephonyManagerProxy()
1131 final boolean isEmergencyNumber = mTelephonyManagerProxy.isCurrentEmergencyNumber(number); in onCreateOutgoingConnection()
1324 if (mTelephonyManagerProxy.isConcurrentCallsPossible()) { in onCreateOutgoingConnection()
1371 if (mTelephonyManagerProxy.isConcurrentCallsPossible() in checkAndHoldCallsOnOtherSubsForEmergencyCall()
1411 mTelephonyManagerProxy.getCurrentEmergencyNumberList(); in isEmergencyNumberTestNumber()
2218 if (mTelephonyManagerProxy.getMaxNumberOfSimultaneouslyActiveSims() < 2) { in retryOutgoingOriginalConnection()
2282 boolean isEmergency = mTelephonyManagerProxy.isCurrentEmergencyNumber(number); in placeOutgoingConnection()
3654 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in possiblyOverrideDefaultDataForEmergencyCall()
3910 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in getFirstPhoneForEmergencyCall()
[all …]