Searched refs:selectorType (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/ |
D | DomainSelectionResolver.java | 162 @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()
|
D | DomainSelectionController.java | 294 @DomainSelectionService.SelectorType int selectorType, in getDomainSelectionConnection() argument 298 if (selectorType == SELECTOR_TYPE_CALLING) { in getDomainSelectionConnection() 304 } else if (selectorType == SELECTOR_TYPE_SMS) { in getDomainSelectionConnection()
|
D | DomainSelectionConnection.java | 369 @DomainSelectionService.SelectorType int selectorType, boolean isEmergency, in DomainSelectionConnection() argument 373 mSelectorType = selectorType; in DomainSelectionConnection()
|
/frameworks/base/telephony/java/android/telephony/ |
D | DomainSelectionService.java | 173 @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/ |
D | DomainSelectionConnectionTest.java | 799 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/ |
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() argument 188 @DomainSelectionService.SelectorType int selectorType, 192 phone, selectorType, isEmergency);
|