Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DDomainSelectionService.java113 public static final class SelectionAttributes implements Parcelable { class in DomainSelectionService
169 public SelectionAttributes(@NonNull SelectionAttributes s) { in SelectionAttributes() method in DomainSelectionService.SelectionAttributes
186 private SelectionAttributes(@NonNull Parcel in) { in SelectionAttributes() method in DomainSelectionService.SelectionAttributes
295 SelectionAttributes that = (SelectionAttributes) o; in equals()
354 new Creator<SelectionAttributes>() {
357 return new SelectionAttributes(in);
361 public SelectionAttributes[] newArray(int size) {
362 return new SelectionAttributes[size];
503 public @NonNull SelectionAttributes build() { in build()
746 public void onDomainSelection(@NonNull SelectionAttributes attr, in onDomainSelection()
[all …]
H A DDomainSelector.java20 import android.telephony.DomainSelectionService.SelectionAttributes;
39 void reselectDomain(@NonNull SelectionAttributes attr); in reselectDomain()
H A DDomainSelectionService.aidl19 parcelable DomainSelectionService.SelectionAttributes;
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIDomainSelector.aidl19 import android.telephony.DomainSelectionService.SelectionAttributes;
23 void reselectDomain(in SelectionAttributes attr); in reselectDomain()
H A DIDomainSelectionServiceController.aidl20 import android.telephony.DomainSelectionService.SelectionAttributes;
26 void selectDomain(in SelectionAttributes attr, in ITransportSelectorCallback callback); in selectDomain()