Home
last modified time | relevance | path

Searched refs:selectorType (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/
DDomainSelectionResolver.java162 @DomainSelectionService.SelectorType int selectorType, boolean isEmergency) { in getDomainSelectionConnection() argument
170 || (!(isEmergency && selectorType == DomainSelectionService.SELECTOR_TYPE_CALLING) in getDomainSelectionConnection()
180 return mController.getDomainSelectionConnection(phone, selectorType, isEmergency); in getDomainSelectionConnection()
DDomainSelectionController.java294 @DomainSelectionService.SelectorType int selectorType, in getDomainSelectionConnection() argument
298 if (selectorType == SELECTOR_TYPE_CALLING) { in getDomainSelectionConnection()
304 } else if (selectorType == SELECTOR_TYPE_SMS) { in getDomainSelectionConnection()
DDomainSelectionConnection.java369 @DomainSelectionService.SelectorType int selectorType, boolean isEmergency, in DomainSelectionConnection() argument
373 mSelectorType = selectorType; in DomainSelectionConnection()
/frameworks/base/telephony/java/android/telephony/
DDomainSelectionService.java173 @Nullable Uri address, @SelectorType int selectorType, in SelectionAttributes() argument
181 mSelectorType = selectorType; in SelectionAttributes()
424 public Builder(int slotIndex, int subscriptionId, @SelectorType int selectorType) { in Builder() argument
427 mSelectorType = selectorType; in Builder()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DDomainSelectionConnectionTest.java799 private DomainSelectionConnection createConnection(Phone phone, int selectorType, in createConnection() argument
802 selectorType, isEmergency, controller); in createConnection()
810 int slotId, int subId, int selectorType, boolean isEmergency, in getSelectionAttributes() argument
815 slotId, subId, selectorType) in getSelectionAttributes()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsDispatchersControllerTest.java858 @DomainSelectionService.SelectorType int selectorType, in testSendTextWhenDomainSelectionFinishedAndNewTextSent()
929 @DomainSelectionService.SelectorType int selectorType, in testSendTextForEmergencyWhenDomainSelectionFinishedAndNewTextSent()
977 @DomainSelectionService.SelectorType int selectorType, in testSendTextFallbackWhenDomainSelectionConnectionNotCreated()
1018 @DomainSelectionService.SelectorType int selectorType, in testSendTextFallbackForEmergencyWhenDomainSelectionConnectionNotCreated()
1072 @DomainSelectionService.SelectorType int selectorType, in setUpDomainSelectionEnabled()
1093 @DomainSelectionService.SelectorType int selectorType, in setUpDomainSelectionConnection()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsDispatchersController.java171 @DomainSelectionService.SelectorType int selectorType, boolean isEmergency); in getDomainSelectionConnection() argument
188 @DomainSelectionService.SelectorType int selectorType,
192 phone, selectorType, isEmergency);