Home
last modified time | relevance | path

Searched refs:SelectorType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DDomainSelectionService.java112 public @interface SelectorType {} annotation in DomainSelectionService
149 private @SelectorType int mSelectorType;
173 @Nullable Uri address, @SelectorType int selectorType, in SelectionAttributes()
249 public @SelectorType int getSelectorType() { in getSelectorType()
412 private final @SelectorType int mSelectorType;
424 public Builder(int slotIndex, int subscriptionId, @SelectorType int selectorType) { in Builder()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/
DDomainSelectionResolver.java162 @DomainSelectionService.SelectorType int selectorType, boolean isEmergency) { in getDomainSelectionConnection()
DDomainSelectionConnection.java341 private @DomainSelectionService.SelectorType int mSelectorType;
369 @DomainSelectionService.SelectorType int selectorType, boolean isEmergency, in DomainSelectionConnection()
DDomainSelectionController.java294 @DomainSelectionService.SelectorType int selectorType, in getDomainSelectionConnection()
/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()
188 @DomainSelectionService.SelectorType int selectorType,