Searched refs:SelectorType (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | DomainSelectionService.java | 112 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/ |
D | DomainSelectionResolver.java | 162 @DomainSelectionService.SelectorType int selectorType, boolean isEmergency) { in getDomainSelectionConnection()
|
D | DomainSelectionConnection.java | 341 private @DomainSelectionService.SelectorType int mSelectorType; 369 @DomainSelectionService.SelectorType int selectorType, boolean isEmergency, in DomainSelectionConnection()
|
D | DomainSelectionController.java | 294 @DomainSelectionService.SelectorType int selectorType, in getDomainSelectionConnection()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsDispatchersControllerTest.java | 858 @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/ |
D | SmsDispatchersController.java | 171 @DomainSelectionService.SelectorType int selectorType, boolean isEmergency); in getDomainSelectionConnection() 188 @DomainSelectionService.SelectorType int selectorType,
|