Searched defs:PhoneAccount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java37 * {@link TelecomManager} uses registered {@link PhoneAccount}s to present the user with
38 * alternative options when placing a phone call. When building a {@link PhoneAccount}, the app
42 public final class PhoneAccount implements Parcelable { class in inherits:Parcelable
45 * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the
46 * sort order for {@link PhoneAccount}s from the same
54 * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the
66 * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtra
594 private PhoneAccount( method in class:PhoneAccount
890 private PhoneAccount(Parcel in) { method in class:PhoneAccount
[all...]

Completed in 446 milliseconds