Searched refs:getDomainSelectionConnection (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/ |
D | DomainSelectionResolverTest.java | 144 mDsResolver.getDomainSelectionConnection(mPhone, SELECTOR_TYPE_CALLING, true); in testGetDomainSelectionConnectionWhenNotInitialized() 156 assertNull(mDsResolver.getDomainSelectionConnection(null, SELECTOR_TYPE_CALLING, true)); in testGetDomainSelectionConnectionWhenPhoneNull() 168 assertNull(mDsResolver.getDomainSelectionConnection(mPhone, SELECTOR_TYPE_CALLING, true)); in testGetDomainSelectionConnectionWhenImsPhoneNull() 181 assertNull(mDsResolver.getDomainSelectionConnection(mPhone, SELECTOR_TYPE_CALLING, false)); in testGetDomainSelectionConnectionWhenImsNotAvailable() 195 assertNotNull(mDsResolver.getDomainSelectionConnection(mPhone, in testGetDomainSelectionConnectionWhenImsNotAvailableForEmergencyCall() 209 assertNotNull(mDsResolver.getDomainSelectionConnection( in testGetDomainSelectionConnection() 289 when(mDsController.getDomainSelectionConnection(any(Phone.class), anyInt(), anyBoolean())) in setUpController()
|
D | DomainSelectionControllerTest.java | 309 DomainSelectionConnection dsc = mTestController.getDomainSelectionConnection( in testGetDomainSelectionConnection()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/ |
D | DomainSelectionResolver.java | 161 public @Nullable DomainSelectionConnection getDomainSelectionConnection(Phone phone, in getDomainSelectionConnection() method in DomainSelectionResolver 180 return mController.getDomainSelectionConnection(phone, selectorType, isEmergency); in getDomainSelectionConnection()
|
D | DomainSelectionController.java | 292 public @Nullable DomainSelectionConnection getDomainSelectionConnection( in getDomainSelectionConnection() method in DomainSelectionController
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsDispatchersControllerTest.java | 857 public DomainSelectionConnection getDomainSelectionConnection(Phone phone, in testSendTextWhenDomainSelectionFinishedAndNewTextSent() 928 public DomainSelectionConnection getDomainSelectionConnection(Phone phone, in testSendTextForEmergencyWhenDomainSelectionFinishedAndNewTextSent() 976 public DomainSelectionConnection getDomainSelectionConnection(Phone phone, in testSendTextFallbackWhenDomainSelectionConnectionNotCreated() 1017 public DomainSelectionConnection getDomainSelectionConnection(Phone phone, in testSendTextFallbackForEmergencyWhenDomainSelectionConnectionNotCreated() 1071 public DomainSelectionConnection getDomainSelectionConnection(Phone phone, in setUpDomainSelectionEnabled() 1092 public DomainSelectionConnection getDomainSelectionConnection(Phone phone, in setUpDomainSelectionConnection()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsDispatchersController.java | 170 @Nullable DomainSelectionConnection getDomainSelectionConnection(Phone phone, in getDomainSelectionConnection() method 187 public DomainSelectionConnection getDomainSelectionConnection(Phone phone, 191 return DomainSelectionResolver.getInstance().getDomainSelectionConnection( 1083 mDomainSelectionResolverProxy.getDomainSelectionConnection( in requestDomainSelection()
|