Searched refs:PhoneAccount (Results 1 – 17 of 17) sorted by relevance
26 import android.telecom.PhoneAccount;152 PhoneAccount account = PhoneAccount.builder(handle, label) in runRegisterPhoneAccount()153 .setCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER).build(); in runRegisterPhoneAccount()162 PhoneAccount account = PhoneAccount.builder( in runRegisterSimPhoneAccount()166 .setCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER | in runRegisterSimPhoneAccount()167 PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION) in runRegisterSimPhoneAccount()169 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in runRegisterSimPhoneAccount()170 .addSupportedUriScheme(PhoneAccount.SCHEME_VOICEMAIL) in runRegisterSimPhoneAccount()
42 public final class PhoneAccount implements Parcelable { class296 public Builder(PhoneAccount phoneAccount) { in Builder()483 public PhoneAccount build() { in build()489 return new PhoneAccount( in build()506 private PhoneAccount( in PhoneAccount() method in PhoneAccount789 public static final Creator<PhoneAccount> CREATOR790 = new Creator<PhoneAccount>() {792 public PhoneAccount createFromParcel(Parcel in) {793 return new PhoneAccount(in);797 public PhoneAccount[] newArray(int size) {[all …]
22 parcelable PhoneAccount;
844 public PhoneAccount getPhoneAccount(PhoneAccountHandle account) { in getPhoneAccount()880 public List<PhoneAccount> getAllPhoneAccounts() { in getAllPhoneAccounts()923 public void registerPhoneAccount(PhoneAccount account) { in registerPhoneAccount()
172 dialIntentWithTelScheme.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, "", null)); in getInstalledDialerApplications()
386 if (PhoneAccount.SCHEME_TEL.equals(scheme)) { in piiHandle()391 } else if (PhoneAccount.SCHEME_SIP.equals(scheme)) { in piiHandle()
25 import android.telecom.PhoneAccount;80 PhoneAccount getPhoneAccount(in PhoneAccountHandle account); in getPhoneAccount()90 List<PhoneAccount> getAllPhoneAccounts(); in getAllPhoneAccounts()110 void registerPhoneAccount(in PhoneAccount metadata); in registerPhoneAccount()
29 import android.telecom.PhoneAccount;225 if (PhoneAccount.SCHEME_SIP.equals(address.getScheme())) { in setExternalConnectionAddress()
25 import android.telecom.PhoneAccount;1115 int getSubIdForPhoneAccount(in PhoneAccount phoneAccount); in getSubIdForPhoneAccount()
36 import android.telecom.PhoneAccount;622 PhoneAccount account = tm.getPhoneAccount(accountHandle); in addCall()
30 import android.telecom.PhoneAccount;
35 import android.telecom.PhoneAccount;2699 if (!PhoneAccount.SCHEME_SIP.equals(scheme)) { in convertSipUriToTelUri()2713 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in convertSipUriToTelUri()
48 import android.telecom.PhoneAccount;6099 public int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount()
2426 Landroid/telecom/PhoneAccount;2427 Landroid/telecom/PhoneAccount$1;2428 Landroid/telecom/PhoneAccount$Builder;
3891 android.telecom.PhoneAccount3892 android.telecom.PhoneAccount$13893 android.telecom.PhoneAccount$Builder
39019 public final class PhoneAccount implements android.os.Parcelable {39020 …method public static android.telecom.PhoneAccount.Builder builder(android.telecom.PhoneAccountHand…39035 method public android.telecom.PhoneAccount.Builder toBuilder();39047 field public static final android.os.Parcelable.Creator<android.telecom.PhoneAccount> CREATOR;39057 public static class PhoneAccount.Builder {39058 ctor public PhoneAccount.Builder(android.telecom.PhoneAccountHandle, java.lang.CharSequence);39059 ctor public PhoneAccount.Builder(android.telecom.PhoneAccount);39060 method public android.telecom.PhoneAccount.Builder addSupportedUriScheme(java.lang.String);39061 method public android.telecom.PhoneAccount build();39062 method public android.telecom.PhoneAccount.Builder setAddress(android.net.Uri);[all …]
42386 public final class PhoneAccount implements android.os.Parcelable {42387 …method public static android.telecom.PhoneAccount.Builder builder(android.telecom.PhoneAccountHand…42402 method public android.telecom.PhoneAccount.Builder toBuilder();42415 field public static final android.os.Parcelable.Creator<android.telecom.PhoneAccount> CREATOR;42425 public static class PhoneAccount.Builder {42426 ctor public PhoneAccount.Builder(android.telecom.PhoneAccountHandle, java.lang.CharSequence);42427 ctor public PhoneAccount.Builder(android.telecom.PhoneAccount);42428 method public android.telecom.PhoneAccount.Builder addSupportedUriScheme(java.lang.String);42429 method public android.telecom.PhoneAccount build();42430 method public android.telecom.PhoneAccount.Builder setAddress(android.net.Uri);[all …]