Home
last modified time | relevance | path

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

/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java26 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()
/frameworks/base/telecomm/java/android/telecom/
DPhoneAccount.java42 public final class PhoneAccount implements Parcelable { class
296 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 PhoneAccount
789 public static final Creator<PhoneAccount> CREATOR
790 = new Creator<PhoneAccount>() {
792 public PhoneAccount createFromParcel(Parcel in) {
793 return new PhoneAccount(in);
797 public PhoneAccount[] newArray(int size) {
[all …]
DPhoneAccount.aidl22 parcelable PhoneAccount;
DTelecomManager.java844 public PhoneAccount getPhoneAccount(PhoneAccountHandle account) { in getPhoneAccount()
880 public List<PhoneAccount> getAllPhoneAccounts() { in getAllPhoneAccounts()
923 public void registerPhoneAccount(PhoneAccount account) { in registerPhoneAccount()
DDefaultDialerManager.java172 dialIntentWithTelScheme.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, "", null)); in getInstalledDialerApplications()
DLog.java386 if (PhoneAccount.SCHEME_TEL.equals(scheme)) { in piiHandle()
391 } else if (PhoneAccount.SCHEME_SIP.equals(scheme)) { in piiHandle()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DITelecomService.aidl25 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalConnection.java29 import android.telecom.PhoneAccount;
225 if (PhoneAccount.SCHEME_SIP.equals(address.getScheme())) { in setExternalConnectionAddress()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl25 import android.telecom.PhoneAccount;
1115 int getSubIdForPhoneAccount(in PhoneAccount phoneAccount); in getSubIdForPhoneAccount()
/frameworks/base/core/java/android/provider/
DCallLog.java36 import android.telecom.PhoneAccount;
622 PhoneAccount account = tm.getPhoneAccount(accountHandle); in addCall()
DVoicemailContract.java30 import android.telecom.PhoneAccount;
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java35 import android.telecom.PhoneAccount;
2699 if (!PhoneAccount.SCHEME_SIP.equals(scheme)) { in convertSipUriToTelUri()
2713 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in convertSipUriToTelUri()
DTelephonyManager.java48 import android.telecom.PhoneAccount;
6099 public int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount()
/frameworks/base/services/
Dprofile-classes2426 Landroid/telecom/PhoneAccount;
2427 Landroid/telecom/PhoneAccount$1;
2428 Landroid/telecom/PhoneAccount$Builder;
/frameworks/base/
Dcompiled-classes-phone3891 android.telecom.PhoneAccount
3892 android.telecom.PhoneAccount$1
3893 android.telecom.PhoneAccount$Builder
/frameworks/base/api/
Dcurrent.txt39019 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 …]
Dsystem-current.txt42386 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 …]