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.java265 @Mock DomainSelectionResolver mDomainSelectionResolver; field in TelephonyConnectionServiceTest
324 mDomainSelectionResolver); in setUp()
326 mTestConnectionService, mDomainSelectionResolver); in setUp()
340 doReturn(false).when(mDomainSelectionResolver).isDomainSelectionSupported(); in setUp()
341 doReturn(null).when(mDomainSelectionResolver).getDomainSelectionConnection( in setUp()
2159 doReturn(true).when(mDomainSelectionResolver).isDomainSelectionSupported(); in testHoldOnOtherSubForVirtualDsdaDeviceWithDomainSelectionEnabled()
2357 verify(mDomainSelectionResolver) in testDomainSelectionCs()
2397 verify(mDomainSelectionResolver) in testDomainSelectionPs()
2442 verify(mDomainSelectionResolver) in testDomainSelectionCsForTty()
2570 verify(mDomainSelectionResolver) in testDomainSelectionRejectIncoming()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java254 private DomainSelectionResolver mDomainSelectionResolver; field in TelephonyConnectionService
948 mDomainSelectionResolver = DomainSelectionResolver.getInstance(); in onCreate()
1238 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in onCreateOutgoingConnection()
1263 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in onCreateOutgoingConnection()
1269 int timeoutToOnTimeoutCallback = mDomainSelectionResolver.isDomainSelectionSupported() in onCreateOutgoingConnection()
1281 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in onCreateOutgoingConnection()
1295 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in onCreateOutgoingConnection()
1401 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in onCreateOutgoingConnection()
1525 if (mDomainSelectionResolver.isDomainSelectionSupported() in handleOnComplete()
2327 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in retryOutgoingOriginalConnection()
[all …]