Searched refs:PhoneAccountSuggestion (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | PhoneAccountSuggestion.java | 28 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 D | PhoneAccountSuggestion.aidl | 22 parcelable PhoneAccountSuggestion;
|
H A D | PhoneAccountSuggestionService.java | 109 @NonNull List<PhoneAccountSuggestion> suggestions) { in suggestPhoneAccounts()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | PhoneAccountSuggestionHelper.java | 33 import android.telecom.PhoneAccountSuggestion; 53 public static CompletableFuture<List<PhoneAccountSuggestion>> 72 final CompletableFuture<List<PhoneAccountSuggestion>> future = new CompletableFuture<>(); in bindAndGetSuggestions() 88 List<PhoneAccountSuggestion> suggestions) { in bindAndGetSuggestions() 150 private static List<PhoneAccountSuggestion> addDefaultsToProvidedSuggestions( in addDefaultsToProvidedSuggestions() 151 List<PhoneAccountSuggestion> providedSuggestions, in addDefaultsToProvidedSuggestions() 154 .map(PhoneAccountSuggestion::getPhoneAccountHandle) in addDefaultsToProvidedSuggestions() 159 List<PhoneAccountSuggestion> suggestionsToAppend = getDefaultSuggestions(handlesToFillIn); in addDefaultsToProvidedSuggestions() 202 private static List<PhoneAccountSuggestion> getDefaultSuggestions( in getDefaultSuggestions() 205 new PhoneAccountSuggestion(phoneAccountHandle, in getDefaultSuggestions() [all …]
|
H A D | CallsManager.java | 88 import android.telecom.PhoneAccountSuggestion; 317 private CompletableFuture<Pair<Call, List<PhoneAccountSuggestion>>> 1634 CompletableFuture<List<PhoneAccountSuggestion>> suggestionFuture = accountsForCall. in startOutgoingCall() 1638 PhoneAccountSuggestion suggestion = in startOutgoingCall() 1639 new PhoneAccountSuggestion(potentialPhoneAccounts.get(0), in startOutgoingCall() 1640 PhoneAccountSuggestion.REASON_NONE, true); in startOutgoingCall() 1730 CompletableFuture<Pair<Call, List<PhoneAccountSuggestion>>> preSelectStage = in startOutgoingCall() 1743 List<PhoneAccountSuggestion> accountSuggestions = args.second; in startOutgoingCall() 1766 .map(PhoneAccountSuggestion::getPhoneAccountHandle) in startOutgoingCall()
|
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IPhoneAccountSuggestionCallback.aidl | 19 import android.telecom.PhoneAccountSuggestion; 25 void suggestPhoneAccounts(in String number, in List<PhoneAccountSuggestion> suggestions); in suggestPhoneAccounts()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 10995 …estPhoneAccounts(@NonNull String, @NonNull java.util.List<android.telecom.PhoneAccountSuggestion>);
|
H A D | current.txt | 40261 public final class PhoneAccountSuggestion implements android.os.Parcelable { 40262 ctor public PhoneAccountSuggestion(@NonNull android.telecom.PhoneAccountHandle, int, boolean); 40268 … public static final android.os.Parcelable.Creator<android.telecom.PhoneAccountSuggestion> CREATOR;
|