Home
last modified time | relevance | path

Searched refs:PhoneAccount (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java24 import android.telecom.PhoneAccount;
137 PhoneAccount account = PhoneAccount.builder(handle, label) in runRegisterPhoneAccount()
138 .setCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER).build(); in runRegisterPhoneAccount()
147 PhoneAccount account = PhoneAccount.builder( in runRegisterSimPhoneAccount()
151 .setCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER | in runRegisterSimPhoneAccount()
152 PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION) in runRegisterSimPhoneAccount()
154 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in runRegisterSimPhoneAccount()
155 .addSupportedUriScheme(PhoneAccount.SCHEME_VOICEMAIL) in runRegisterSimPhoneAccount()
/frameworks/base/telecomm/java/android/telecom/
DPhoneAccount.java51 public final class PhoneAccount implements Parcelable { class
194 public Builder(PhoneAccount phoneAccount) { in Builder()
319 public PhoneAccount build() { in build()
325 return new PhoneAccount( in build()
339 private PhoneAccount( in PhoneAccount() method in PhoneAccount
558 public static final Creator<PhoneAccount> CREATOR
559 = new Creator<PhoneAccount>() {
561 public PhoneAccount createFromParcel(Parcel in) {
562 return new PhoneAccount(in);
566 public PhoneAccount[] newArray(int size) {
[all …]
DPhoneAccount.aidl22 parcelable PhoneAccount;
DTelecomManager.java619 public PhoneAccount getPhoneAccount(PhoneAccountHandle account) { in getPhoneAccount()
655 public List<PhoneAccount> getAllPhoneAccounts() { in getAllPhoneAccounts()
698 public void registerPhoneAccount(PhoneAccount account) { in registerPhoneAccount()
DDefaultDialerManager.java170 dialIntentWithTelScheme.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, "", null)); in getInstalledDialerApplications()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DITelecomService.aidl23 import android.telecom.PhoneAccount;
73 PhoneAccount getPhoneAccount(in PhoneAccountHandle account); in getPhoneAccount()
83 List<PhoneAccount> getAllPhoneAccounts(); in getAllPhoneAccounts()
103 void registerPhoneAccount(in PhoneAccount metadata); in registerPhoneAccount()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl21 import android.telecom.PhoneAccount;
984 int getSubIdForPhoneAccount(in PhoneAccount phoneAccount); in getSubIdForPhoneAccount()
/frameworks/base/core/java/android/provider/
DCallLog.java36 import android.telecom.PhoneAccount;
498 PhoneAccount account = tm.getPhoneAccount(accountHandle); in addCall()
DVoicemailContract.java31 import android.telecom.PhoneAccount;
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java33 import android.telecom.PhoneAccount;
4727 public int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount()
/frameworks/base/api/
Dsystem-current.txt32491 public final class PhoneAccount implements android.os.Parcelable {
32492 …method public static android.telecom.PhoneAccount.Builder builder(android.telecom.PhoneAccountHand…
32506 method public android.telecom.PhoneAccount.Builder toBuilder();
32515 field public static final android.os.Parcelable.Creator<android.telecom.PhoneAccount> CREATOR;
32523 public static class PhoneAccount.Builder {
32524 ctor public PhoneAccount.Builder(android.telecom.PhoneAccountHandle, java.lang.CharSequence);
32525 ctor public PhoneAccount.Builder(android.telecom.PhoneAccount);
32526 method public android.telecom.PhoneAccount.Builder addSupportedUriScheme(java.lang.String);
32527 method public android.telecom.PhoneAccount build();
32528 method public android.telecom.PhoneAccount.Builder setAddress(android.net.Uri);
[all …]
Dcurrent.txt30284 public final class PhoneAccount implements android.os.Parcelable {
30285 …method public static android.telecom.PhoneAccount.Builder builder(android.telecom.PhoneAccountHand…
30299 method public android.telecom.PhoneAccount.Builder toBuilder();
30307 field public static final android.os.Parcelable.Creator<android.telecom.PhoneAccount> CREATOR;
30315 public static class PhoneAccount.Builder {
30316 ctor public PhoneAccount.Builder(android.telecom.PhoneAccountHandle, java.lang.CharSequence);
30317 ctor public PhoneAccount.Builder(android.telecom.PhoneAccount);
30318 method public android.telecom.PhoneAccount.Builder addSupportedUriScheme(java.lang.String);
30319 method public android.telecom.PhoneAccount build();
30320 method public android.telecom.PhoneAccount.Builder setAddress(android.net.Uri);
[all …]