Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccountSuggestion.java28 public final class PhoneAccountSuggestion implements Parcelable { class
79 public PhoneAccountSuggestion(@NonNull PhoneAccountHandle handle, @SuggestionReason int reason, in PhoneAccountSuggestion() method in PhoneAccountSuggestion
86 private PhoneAccountSuggestion(Parcel in) { in PhoneAccountSuggestion() method in PhoneAccountSuggestion
92 public static final @android.annotation.NonNull Creator<PhoneAccountSuggestion> CREATOR =
93 new Creator<PhoneAccountSuggestion>() {
95 public PhoneAccountSuggestion createFromParcel(Parcel in) {
96 return new PhoneAccountSuggestion(in);
100 public PhoneAccountSuggestion[] newArray(int size) {
101 return new PhoneAccountSuggestion[size];
145 PhoneAccountSuggestion that = (PhoneAccountSuggestion) o; in equals()
H A DPhoneAccountSuggestion.aidl22 parcelable PhoneAccountSuggestion;
H A DPhoneAccountSuggestionService.java109 @NonNull List<PhoneAccountSuggestion> suggestions) { in suggestPhoneAccounts()
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIPhoneAccountSuggestionCallback.aidl19 import android.telecom.PhoneAccountSuggestion;
25 void suggestPhoneAccounts(in String number, in List<PhoneAccountSuggestion> suggestions); in suggestPhoneAccounts()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt13700 …estPhoneAccounts(@NonNull String, @NonNull java.util.List<android.telecom.PhoneAccountSuggestion>);
H A Dcurrent.txt42794 public final class PhoneAccountSuggestion implements android.os.Parcelable {
42795 ctor public PhoneAccountSuggestion(@NonNull android.telecom.PhoneAccountHandle, int, boolean);
42801 … public static final android.os.Parcelable.Creator<android.telecom.PhoneAccountSuggestion> CREATOR;