/frameworks/base/cmds/telecom/src/com/android/commands/telecom/ |
D | Telecom.java | 31 import android.telecom.PhoneAccount; 279 PhoneAccount account = PhoneAccount.builder(handle, label) in runRegisterPhoneAccount() 280 .setCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER).build(); in runRegisterPhoneAccount() 299 int capabilities = PhoneAccount.CAPABILITY_CALL_PROVIDER in runRegisterSimPhoneAccount() 300 | PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION in runRegisterSimPhoneAccount() 301 | (isEmergencyAccount ? PhoneAccount.CAPABILITY_PLACE_EMERGENCY_CALLS : 0); in runRegisterSimPhoneAccount() 302 PhoneAccount account = PhoneAccount.builder( in runRegisterSimPhoneAccount() 308 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in runRegisterSimPhoneAccount() 309 .addSupportedUriScheme(PhoneAccount.SCHEME_VOICEMAIL) in runRegisterSimPhoneAccount()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | PhoneAccount.java | 49 public final class PhoneAccount implements Parcelable { class 434 PhoneAccount that = (PhoneAccount) o; in equals() 490 public Builder(PhoneAccount phoneAccount) { in Builder() 683 public PhoneAccount build() { in build() 689 return new PhoneAccount( in build() 706 private PhoneAccount( in PhoneAccount() method in PhoneAccount 989 public static final @android.annotation.NonNull Creator<PhoneAccount> CREATOR 990 = new Creator<PhoneAccount>() { 992 public PhoneAccount createFromParcel(Parcel in) { 993 return new PhoneAccount(in); [all …]
|
D | PhoneAccount.aidl | 22 parcelable PhoneAccount;
|
D | DefaultDialerManager.java | 172 dialIntentWithTelScheme.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, "", null)); in getInstalledDialerApplications()
|
D | TelecomManager.java | 1370 public PhoneAccount getPhoneAccount(PhoneAccountHandle account) { in getPhoneAccount() 1408 public List<PhoneAccount> getAllPhoneAccounts() { in getAllPhoneAccounts() 1453 public void registerPhoneAccount(PhoneAccount account) { in registerPhoneAccount() 2401 intent.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null)); in createLaunchEmergencyDialerIntent()
|
D | Log.java | 411 if (PhoneAccount.SCHEME_TEL.equals(scheme)) { in piiHandle() 413 } else if (PhoneAccount.SCHEME_SIP.equals(scheme)) { in piiHandle()
|
D | ConnectionService.java | 2036 PhoneAccount.EXTRA_ADD_SELF_MANAGED_CALLS_TO_INCALLSERVICE, true); in createConnection()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ITelecomService.aidl | 25 import android.telecom.PhoneAccount; 82 PhoneAccount getPhoneAccount(in PhoneAccountHandle account, String callingPackage); 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 | 27 import android.telecom.PhoneAccount; 91 .scheme(PhoneAccount.SCHEME_TEL) in MapMessageSender()
|
D | MissedIncomingCallSmsFilter.java | 26 import android.telecom.PhoneAccount; 253 PhoneAccount.SCHEME_TEL, callerId, null); in createMissedIncomingCallEvent()
|
D | GsmCdmaPhone.java | 60 import android.telecom.PhoneAccount; 2322 Uri.fromParts(PhoneAccount.SCHEME_TEL, cfNumber, null), extras); in setCallForwardingOption() 2501 Uri.fromParts(PhoneAccount.SCHEME_TEL, cwPrefix, null), extras); in setCallWaiting() 4475 final PhoneAccount phoneAccount = telecomManager.getPhoneAccount(phoneAccountHandle); in subscriptionIdToPhoneAccountHandle()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsExternalConnection.java | 23 import android.telecom.PhoneAccount; 243 if (PhoneAccount.SCHEME_SIP.equals(address.getScheme())) { in setExternalConnectionAddress()
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ConferenceParticipant.java | 23 import android.telecom.PhoneAccount; 354 return Uri.fromParts(PhoneAccount.SCHEME_TEL, in getParticipantAddress()
|
/frameworks/proto_logging/stats/enums/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 | 51 import android.telecom.PhoneAccount; 2033 PhoneAccount account = tm.getPhoneAccount(accountHandle); in getLogAccountAddress()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 31 import android.telecom.PhoneAccount; 1359 int getSubIdForPhoneAccount(in PhoneAccount phoneAccount); in getSubIdForPhoneAccount()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 35 import android.telecom.PhoneAccount; 2793 if (!PhoneAccount.SCHEME_SIP.equals(scheme)) { in convertSipUriToTelUri() 2807 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in convertSipUriToTelUri()
|
D | TelephonyManager.java | 76 import android.telecom.PhoneAccount; 11116 public int getSubIdForPhoneAccount(@Nullable PhoneAccount phoneAccount) { in getSubIdForPhoneAccount()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 14499 HSPLandroid/telecom/PhoneAccount$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telecom/PhoneAcc… 14500 HSPLandroid/telecom/PhoneAccount$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; 14501 HSPLandroid/telecom/PhoneAccount$Builder;-><init>(Landroid/telecom/PhoneAccountHandle;Ljava/lang/Ch… 14502 HSPLandroid/telecom/PhoneAccount$Builder;->addSupportedUriScheme(Ljava/lang/String;)Landroid/teleco… 14503 HSPLandroid/telecom/PhoneAccount$Builder;->build()Landroid/telecom/PhoneAccount; 14504 HSPLandroid/telecom/PhoneAccount$Builder;->setAddress(Landroid/net/Uri;)Landroid/telecom/PhoneAccou… 14505 HSPLandroid/telecom/PhoneAccount$Builder;->setCapabilities(I)Landroid/telecom/PhoneAccount$Builder; 14506 HSPLandroid/telecom/PhoneAccount$Builder;->setExtras(Landroid/os/Bundle;)Landroid/telecom/PhoneAcco… 14507 HSPLandroid/telecom/PhoneAccount$Builder;->setHighlightColor(I)Landroid/telecom/PhoneAccount$Builde… 14508 HSPLandroid/telecom/PhoneAccount$Builder;->setIcon(Landroid/graphics/drawable/Icon;)Landroid/teleco… [all …]
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 66 import android.telecom.PhoneAccount;
|
/frameworks/base/config/ |
D | boot-profile.txt | 1170 Landroid/telecom/PhoneAccount;->hasCapabilities(I)Z
|
D | boot-image-profile.txt | 14548 HSPLandroid/telecom/PhoneAccount$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telecom/PhoneAcc… 14549 HSPLandroid/telecom/PhoneAccount$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; 14550 HSPLandroid/telecom/PhoneAccount$Builder;-><init>(Landroid/telecom/PhoneAccountHandle;Ljava/lang/Ch… 14551 HSPLandroid/telecom/PhoneAccount$Builder;->addSupportedUriScheme(Ljava/lang/String;)Landroid/teleco… 14552 HSPLandroid/telecom/PhoneAccount$Builder;->build()Landroid/telecom/PhoneAccount; 14553 HSPLandroid/telecom/PhoneAccount$Builder;->setAddress(Landroid/net/Uri;)Landroid/telecom/PhoneAccou… 14554 HSPLandroid/telecom/PhoneAccount$Builder;->setCapabilities(I)Landroid/telecom/PhoneAccount$Builder; 14555 HSPLandroid/telecom/PhoneAccount$Builder;->setExtras(Landroid/os/Bundle;)Landroid/telecom/PhoneAcco… 14556 HSPLandroid/telecom/PhoneAccount$Builder;->setHighlightColor(I)Landroid/telecom/PhoneAccount$Builde… 14557 HSPLandroid/telecom/PhoneAccount$Builder;->setIcon(Landroid/graphics/drawable/Icon;)Landroid/teleco… [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 55746 Landroid/telecom/PhoneAccount$Builder;->mAccountHandle:Landroid/telecom/PhoneAccountHandle; 55747 Landroid/telecom/PhoneAccount$Builder;->mAddress:Landroid/net/Uri; 55748 Landroid/telecom/PhoneAccount$Builder;->mCapabilities:I 55749 Landroid/telecom/PhoneAccount$Builder;->mExtras:Landroid/os/Bundle; 55750 Landroid/telecom/PhoneAccount$Builder;->mGroupId:Ljava/lang/String; 55751 Landroid/telecom/PhoneAccount$Builder;->mHighlightColor:I 55752 Landroid/telecom/PhoneAccount$Builder;->mIcon:Landroid/graphics/drawable/Icon; 55753 Landroid/telecom/PhoneAccount$Builder;->mIsEnabled:Z 55754 Landroid/telecom/PhoneAccount$Builder;->mLabel:Ljava/lang/CharSequence; 55755 Landroid/telecom/PhoneAccount$Builder;->mShortDescription:Ljava/lang/CharSequence; [all …]
|
/frameworks/base/core/api/ |
D | test-lint-baseline.txt | 724 MissingGetterMatchingBuilder: android.telecom.PhoneAccount.Builder#setGroupId(String):
|