Searched refs:mDomainSelectionResolver (Results 1 – 2 of 2) sorted by relevance
250 @Mock DomainSelectionResolver mDomainSelectionResolver; field in TelephonyConnectionServiceTest307 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 …]
239 private DomainSelectionResolver mDomainSelectionResolver; field in TelephonyConnectionService898 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 …]