Searched refs:PhoneAccountSuggestion (Results 1 – 7 of 7) sorted by relevance
28 public final class PhoneAccountSuggestion implements Parcelable { class79 public PhoneAccountSuggestion(@NonNull PhoneAccountHandle handle, @SuggestionReason int reason, in PhoneAccountSuggestion() method in PhoneAccountSuggestion86 private PhoneAccountSuggestion(Parcel in) { in PhoneAccountSuggestion() method in PhoneAccountSuggestion92 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()
22 parcelable PhoneAccountSuggestion;
109 @NonNull List<PhoneAccountSuggestion> suggestions) { in suggestPhoneAccounts()
19 import android.telecom.PhoneAccountSuggestion;25 void suggestPhoneAccounts(in String number, in List<PhoneAccountSuggestion> suggestions); in suggestPhoneAccounts()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14146 …estPhoneAccounts(@NonNull String, @NonNull java.util.List<android.telecom.PhoneAccountSuggestion>);
43099 public final class PhoneAccountSuggestion implements android.os.Parcelable {43100 ctor public PhoneAccountSuggestion(@NonNull android.telecom.PhoneAccountHandle, int, boolean);43106 … public static final android.os.Parcelable.Creator<android.telecom.PhoneAccountSuggestion> CREATOR;