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

/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.aidl22 parcelable PhoneAccount;
H A DPhoneAccount.java45 * {@link TelecomManager} uses registered {@link PhoneAccount}s to present the user with
46 * alternative options when placing a phone call. When building a {@link PhoneAccount}, the app
52 public class PhoneAccount implements Parcelable { class in inherits:Parcelable
55 * Flag indicating that this {@code PhoneAccount} can act as a connection manager for
56 * other connections. The {@link ConnectionService} associated with this {@code PhoneAccount}
61 * {@link ConnectionService} associated with this {@code PhoneAccount} will be attempted first
69 * Flag indicating that this {@code PhoneAccount} can make phone calls in place of
82 * Flag indicating that this {@code PhoneAccount} represents a built-in PSTN SIM
85 * Only the Android framework can register a {@code PhoneAccount} having this capability.
92 * Flag indicating that this {@code PhoneAccount} i
387 private PhoneAccount( method in class:PhoneAccount
686 private PhoneAccount(Parcel in) { method in class:PhoneAccount
[all...]
H A DTelecomManager.java87 * {@link PhoneAccount} preferences.
343 * Return the {@link PhoneAccount} which is the user-chosen default for making outgoing phone
347 * exists no user-chosen default {@code PhoneAccount}.
367 * Return the {@link PhoneAccount} which is the user-chosen default for making outgoing phone
368 * calls. This {@code PhoneAccount} will always be a member of the list which is returned from
372 * exists no user-chosen default {@code PhoneAccount}.
405 * {@code PhoneAccount}.
454 * {@code PhoneAccount}.
534 * Returns a list of all {@link PhoneAccount}s registered for the calling package.
552 * Return the {@link PhoneAccount} fo
[all...]
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DITelecomService.aidl23 import android.telecom.PhoneAccount;
71 PhoneAccount getPhoneAccount(in PhoneAccountHandle account);
81 List<PhoneAccount> getAllPhoneAccounts();
106 void registerPhoneAccount(in PhoneAccount metadata);

Completed in 119 milliseconds