Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java250 @Mock DomainSelectionResolver mDomainSelectionResolver; field in TelephonyConnectionServiceTest
307 mTestConnectionService, mDomainSelectionResolver); in setUp()
320 doReturn(false).when(mDomainSelectionResolver).isDomainSelectionSupported(); in setUp()
321 doReturn(null).when(mDomainSelectionResolver).getDomainSelectionConnection( in setUp()
2014 doReturn(true).when(mDomainSelectionResolver).isDomainSelectionSupported(); in testHoldOnOtherSubForVirtualDsdaDeviceWithDomainSelectionEnabled()
2183 verify(mDomainSelectionResolver) in testDomainSelectionCs()
2222 verify(mDomainSelectionResolver) in testDomainSelectionPs()
2266 verify(mDomainSelectionResolver) in testDomainSelectionCsForTty()
2393 verify(mDomainSelectionResolver) in testDomainSelectionRejectIncoming()
2511 verify(mDomainSelectionResolver, never()) in testDomainSelectionNormalRoutingEmergencyNumber()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java239 private DomainSelectionResolver mDomainSelectionResolver; field in TelephonyConnectionService
898 mDomainSelectionResolver = DomainSelectionResolver.getInstance(); in onCreate()
1189 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in onCreateOutgoingConnection()
1214 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in onCreateOutgoingConnection()
1220 int timeoutToOnTimeoutCallback = mDomainSelectionResolver.isDomainSelectionSupported() in onCreateOutgoingConnection()
1232 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in onCreateOutgoingConnection()
1246 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in onCreateOutgoingConnection()
1348 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in onCreateOutgoingConnection()
1455 if (mDomainSelectionResolver.isDomainSelectionSupported() in handleOnComplete()
2224 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in retryOutgoingOriginalConnection()
[all …]