Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
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()
DPhoneAccountSuggestion.aidl22 parcelable PhoneAccountSuggestion;
DPhoneAccountSuggestionService.java109 @NonNull List<PhoneAccountSuggestion> suggestions) { in suggestPhoneAccounts()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIPhoneAccountSuggestionCallback.aidl19 import android.telecom.PhoneAccountSuggestion;
25 void suggestPhoneAccounts(in String number, in List<PhoneAccountSuggestion> suggestions); in suggestPhoneAccounts()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dsystem-current.txt14146 …estPhoneAccounts(@NonNull String, @NonNull java.util.List<android.telecom.PhoneAccountSuggestion>);
Dcurrent.txt43099 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;