Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DDomainSelectionService.java144 @Nullable String number, @SelectorType int selectorType, in SelectionAttributes() argument
153 mSelectorType = selectorType; in SelectionAttributes()
390 public Builder(int slotId, int subId, @SelectorType int selectorType) { in Builder() argument
393 mSelectorType = selectorType; in Builder()