Home
last modified time | relevance | path

Searched refs:isDomainSelectionSupported (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java1189 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()
2321 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in placeOutgoingConnection()
2394 if (mDomainSelectionResolver.isDomainSelectionSupported()) { in placeOutgoingConnection()
[all …]
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeExitDialog.java253 .isDomainSelectionSupported()) { in onCreateDialog()
DPhoneGlobals.java564 if (DomainSelectionResolver.getInstance().isDomainSelectionSupported()) { in onCreate()
DPhoneInterfaceManager.java13016 public boolean isDomainSelectionSupported() { in isDomainSelectionSupported() method in PhoneInterfaceManager
13022 return DomainSelectionResolver.getInstance().isDomainSelectionSupported(); in isDomainSelectionSupported()
13041 if (DomainSelectionResolver.getInstance().isDomainSelectionSupported()) { in isAospDomainSelectionService()
13989 if (DomainSelectionResolver.getInstance().isDomainSelectionSupported()) { in setDomainSelectionServiceOverride()
14017 if (DomainSelectionResolver.getInstance().isDomainSelectionSupported()) { in clearDomainSelectionServiceOverride()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java320 doReturn(false).when(mDomainSelectionResolver).isDomainSelectionSupported(); in setUp()
2014 doReturn(true).when(mDomainSelectionResolver).isDomainSelectionSupported(); in testHoldOnOtherSubForVirtualDsdaDeviceWithDomainSelectionEnabled()
3017 doReturn(true).when(mDomainSelectionResolver).isDomainSelectionSupported(); in testDomainSelectionSwitchPhones()
3046 doReturn(true).when(mDomainSelectionResolver).isDomainSelectionSupported(); in testOnSelectionTerminatedPerm()
3092 doReturn(true).when(mDomainSelectionResolver).isDomainSelectionSupported(); in testOnSelectionTerminatedTemp()
3138 doReturn(true).when(mDomainSelectionResolver).isDomainSelectionSupported(); in testOnSelectionTerminatedUnspecified()
3946 doReturn(true).when(mDomainSelectionResolver).isDomainSelectionSupported(); in testGetPhoneInEmergencyCallbackModeMultiSim()
3990 doReturn(true).when(mDomainSelectionResolver).isDomainSelectionSupported(); in setupForDialForDomainSelection()
4063 doReturn(true).when(mDomainSelectionResolver).isDomainSelectionSupported(); in setupForReDialForDomainSelection()