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

/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java47 * {@link TelecomManager} uses registered {@link PhoneAccount}s to present the user with
48 * alternative options when placing a phone call. When building a {@link PhoneAccount}, the app
52 public final class PhoneAccount implements Parcelable { class in inherits:Parcelable
55 * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the
67 * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the
81 * Flag indicating that this {@code PhoneAccount} can act as a connection manager for
82 * other connections. The {@link ConnectionService} associated with this {@code PhoneAccount}
87 * {@link ConnectionService} associated with this {@code PhoneAccount} wil
440 private PhoneAccount( method in class:PhoneAccount
705 private PhoneAccount(Parcel in) { method in class:PhoneAccount
[all...]

Completed in 521 milliseconds