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

/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java46 * {@link TelecomManager} uses registered {@link PhoneAccount}s to present the user with
47 * alternative options when placing a phone call. When building a {@link PhoneAccount}, the app
51 public final class PhoneAccount implements Parcelable { class in inherits:Parcelable
54 * Flag indicating that this {@code PhoneAccount} can act as a connection manager for
55 * other connections. The {@link ConnectionService} associated with this {@code PhoneAccount}
60 * {@link ConnectionService} associated with this {@code PhoneAccount} will be attempted first
68 * Flag indicating that this {@code PhoneAccount} can make phone calls in place of
80 * Flag indicating that this {@code PhoneAccount} represents a built-in PSTN SIM
83 * Only the Android framework can register a {@code PhoneAccount} having this capability.
90 * Flag indicating that this {@code PhoneAccount} i
339 private PhoneAccount( method in class:PhoneAccount
571 private PhoneAccount(Parcel in) { method in class:PhoneAccount
[all...]

Completed in 29 milliseconds