/frameworks/base/cmds/telecom/src/com/android/commands/telecom/ |
D | Telecom.java | 31 import android.telecom.PhoneAccount; 263 PhoneAccount account = PhoneAccount.builder(handle, label) in runRegisterPhoneAccount() 264 .setCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER).build(); in runRegisterPhoneAccount() 283 int capabilities = PhoneAccount.CAPABILITY_CALL_PROVIDER in runRegisterSimPhoneAccount() 284 | PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION in runRegisterSimPhoneAccount() 285 | (isEmergencyAccount ? PhoneAccount.CAPABILITY_PLACE_EMERGENCY_CALLS : 0); in runRegisterSimPhoneAccount() 286 PhoneAccount account = PhoneAccount.builder( in runRegisterSimPhoneAccount() 292 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in runRegisterSimPhoneAccount() 293 .addSupportedUriScheme(PhoneAccount.SCHEME_VOICEMAIL) in runRegisterSimPhoneAccount()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | PhoneAccount.java | 48 public final class PhoneAccount implements Parcelable { class 400 PhoneAccount that = (PhoneAccount) o; in equals() 456 public Builder(PhoneAccount phoneAccount) { in Builder() 650 public PhoneAccount build() { in build() 656 return new PhoneAccount( in build() 673 private PhoneAccount( in PhoneAccount() method in PhoneAccount 956 public static final @android.annotation.NonNull Creator<PhoneAccount> CREATOR 957 = new Creator<PhoneAccount>() { 959 public PhoneAccount createFromParcel(Parcel in) { 960 return new PhoneAccount(in); [all …]
|
D | PhoneAccount.aidl | 22 parcelable PhoneAccount;
|
D | TelecomManager.java | 1235 public PhoneAccount getPhoneAccount(PhoneAccountHandle account) { in getPhoneAccount() 1271 public List<PhoneAccount> getAllPhoneAccounts() { in getAllPhoneAccounts() 1314 public void registerPhoneAccount(PhoneAccount account) { in registerPhoneAccount() 2236 intent.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null)); in createLaunchEmergencyDialerIntent()
|
D | DefaultDialerManager.java | 172 dialIntentWithTelScheme.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, "", null)); in getInstalledDialerApplications()
|
D | Log.java | 411 if (PhoneAccount.SCHEME_TEL.equals(scheme)) { in piiHandle() 413 } else if (PhoneAccount.SCHEME_SIP.equals(scheme)) { in piiHandle()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ITelecomService.aidl | 25 import android.telecom.PhoneAccount; 82 PhoneAccount getPhoneAccount(in PhoneAccountHandle account); in getPhoneAccount() 92 List<PhoneAccount> getAllPhoneAccounts(); in getAllPhoneAccounts() 112 void registerPhoneAccount(in PhoneAccount metadata); in registerPhoneAccount()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BtSmsInterfaceManager.java | 25 import android.telecom.PhoneAccount; 92 .scheme(PhoneAccount.SCHEME_TEL) in MapMessageSender()
|
D | MissedIncomingCallSmsFilter.java | 26 import android.telecom.PhoneAccount; 253 PhoneAccount.SCHEME_TEL, callerId, null); in createMissedIncomingCallEvent()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsExternalConnection.java | 22 import android.telecom.PhoneAccount; 242 if (PhoneAccount.SCHEME_SIP.equals(address.getScheme())) { in setExternalConnectionAddress()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorSubscriptionController.java | 31 import android.telecom.PhoneAccount; 397 final PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(phoneAccountHandle); in isNonSimAccountFound() 414 final PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(phoneAccountHandle); in subscriptionIdToPhoneAccountHandle()
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ConferenceParticipant.java | 23 import android.telecom.PhoneAccount; 355 return Uri.fromParts(PhoneAccount.SCHEME_TEL, in getParticipantAddress()
|
/frameworks/base/core/proto/android/telecomm/ |
D | enums.proto | 45 * {@link android.telecom.PhoneAccount} through which to place the call. 189 * again without a connection manager. See {@link PhoneAccount#CAPABILITY_CONNECTION_MANAGER}.
|
/frameworks/base/core/java/android/provider/ |
D | VoicemailContract.java | 30 import android.telecom.PhoneAccount;
|
D | CallLog.java | 39 import android.telecom.PhoneAccount; 1087 PhoneAccount account = tm.getPhoneAccount(accountHandle); in getLogAccountAddress()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 31 import android.telecom.PhoneAccount; 1395 int getSubIdForPhoneAccount(in PhoneAccount phoneAccount); in getSubIdForPhoneAccount()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 34 import android.telecom.PhoneAccount; 2791 if (!PhoneAccount.SCHEME_SIP.equals(scheme)) { in convertSipUriToTelUri() 2805 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in convertSipUriToTelUri()
|
D | TelephonyManager.java | 70 import android.telecom.PhoneAccount; 10390 public int getSubIdForPhoneAccount(@Nullable PhoneAccount phoneAccount) { in getSubIdForPhoneAccount()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 18362 HSPLandroid/telecom/PhoneAccount$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telecom/PhoneAcc… 18363 HSPLandroid/telecom/PhoneAccount$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; 18364 HSPLandroid/telecom/PhoneAccount$Builder;-><init>(Landroid/telecom/PhoneAccountHandle;Ljava/lang/Ch… 18365 HSPLandroid/telecom/PhoneAccount$Builder;->addSupportedUriScheme(Ljava/lang/String;)Landroid/teleco… 18366 HSPLandroid/telecom/PhoneAccount$Builder;->build()Landroid/telecom/PhoneAccount; 18367 HSPLandroid/telecom/PhoneAccount$Builder;->setAddress(Landroid/net/Uri;)Landroid/telecom/PhoneAccou… 18368 HSPLandroid/telecom/PhoneAccount$Builder;->setCapabilities(I)Landroid/telecom/PhoneAccount$Builder; 18369 HSPLandroid/telecom/PhoneAccount$Builder;->setExtras(Landroid/os/Bundle;)Landroid/telecom/PhoneAcco… 18370 HSPLandroid/telecom/PhoneAccount$Builder;->setGroupId(Ljava/lang/String;)Landroid/telecom/PhoneAcco… 18371 HSPLandroid/telecom/PhoneAccount$Builder;->setHighlightColor(I)Landroid/telecom/PhoneAccount$Builde… [all …]
|
D | boot-profile.txt | 1170 Landroid/telecom/PhoneAccount;->hasCapabilities(I)Z
|
D | preloaded-classes | 5806 android.telecom.PhoneAccount$1 5807 android.telecom.PhoneAccount$Builder 5808 android.telecom.PhoneAccount
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 63 import android.telecom.PhoneAccount;
|
/frameworks/base/api/ |
D | test-current.txt | 3911 public static class PhoneAccount.Builder { 3912 …ndroid.Manifest.permission.MODIFY_PHONE_STATE) public android.telecom.PhoneAccount.Builder setGrou…
|
D | system-current.txt | 10378 public final class PhoneAccount implements android.os.Parcelable { 10382 public static class PhoneAccount.Builder { 10383 …ndroid.Manifest.permission.MODIFY_PHONE_STATE) public android.telecom.PhoneAccount.Builder setGrou… 10452 method public java.util.List<android.telecom.PhoneAccount> getAllPhoneAccounts();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 9260 public final class PhoneAccount implements android.os.Parcelable { 9264 public static class PhoneAccount.Builder { 9265 …ndroid.Manifest.permission.MODIFY_PHONE_STATE) public android.telecom.PhoneAccount.Builder setGrou… 9334 method public java.util.List<android.telecom.PhoneAccount> getAllPhoneAccounts();
|