/frameworks/base/cmds/telecom/src/com/android/commands/telecom/ |
D | Telecom.java | 31 import android.telecom.PhoneAccount; 265 PhoneAccount account = PhoneAccount.builder(handle, label) in runRegisterPhoneAccount() 266 .setCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER).build(); in runRegisterPhoneAccount() 285 int capabilities = PhoneAccount.CAPABILITY_CALL_PROVIDER in runRegisterSimPhoneAccount() 286 | PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION in runRegisterSimPhoneAccount() 287 | (isEmergencyAccount ? PhoneAccount.CAPABILITY_PLACE_EMERGENCY_CALLS : 0); in runRegisterSimPhoneAccount() 288 PhoneAccount account = PhoneAccount.builder( in runRegisterSimPhoneAccount() 294 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in runRegisterSimPhoneAccount() 295 .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 | Log.java | 397 if (PhoneAccount.SCHEME_TEL.equals(scheme)) { in piiHandle() 399 } else if (PhoneAccount.SCHEME_SIP.equals(scheme)) { in piiHandle()
|
D | DefaultDialerManager.java | 172 dialIntentWithTelScheme.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, "", null)); in getInstalledDialerApplications()
|
D | TelecomManager.java | 1232 public PhoneAccount getPhoneAccount(PhoneAccountHandle account) { in getPhoneAccount() 1268 public List<PhoneAccount> getAllPhoneAccounts() { in getAllPhoneAccounts() 1311 public void registerPhoneAccount(PhoneAccount account) { in registerPhoneAccount()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ITelecomService.aidl | 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()
|
/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 | 25 import android.telecom.PhoneAccount; 249 PhoneAccount.SCHEME_TEL, callerId, null); in createMissedIncomingCallEvent()
|
D | GsmCdmaPhone.java | 61 import android.telecom.PhoneAccount; 2186 telecomManager.placeCall(Uri.parse(PhoneAccount.SCHEME_TEL + cfNumber), extras); in setCallForwardingOption() 2351 telecomManager.placeCall(Uri.parse(PhoneAccount.SCHEME_TEL + cwPrefix), extras); in setCallWaiting() 4302 final PhoneAccount phoneAccount = telecomManager.getPhoneAccount(phoneAccountHandle); in subscriptionIdToPhoneAccountHandle()
|
/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 | 33 import android.telecom.PhoneAccount; 399 final PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(phoneAccountHandle); in isNonSimAccountFound() 416 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; 354 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; 1382 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 | 69 import android.telecom.PhoneAccount; 10037 public int getSubIdForPhoneAccount(@Nullable PhoneAccount phoneAccount) { in getSubIdForPhoneAccount()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13709 HSPLandroid/telecom/PhoneAccount$1;-><init>()V 13710 HSPLandroid/telecom/PhoneAccount$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telecom/PhoneAcc… 13711 HSPLandroid/telecom/PhoneAccount$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; 13712 HSPLandroid/telecom/PhoneAccount$Builder;->addSupportedUriScheme(Ljava/lang/String;)Landroid/teleco… 13713 HSPLandroid/telecom/PhoneAccount$Builder;->build()Landroid/telecom/PhoneAccount; 13714 HSPLandroid/telecom/PhoneAccount$Builder;->setAddress(Landroid/net/Uri;)Landroid/telecom/PhoneAccou… 13715 HSPLandroid/telecom/PhoneAccount$Builder;->setCapabilities(I)Landroid/telecom/PhoneAccount$Builder; 13716 HSPLandroid/telecom/PhoneAccount$Builder;->setExtras(Landroid/os/Bundle;)Landroid/telecom/PhoneAcco… 13717 HSPLandroid/telecom/PhoneAccount$Builder;->setGroupId(Ljava/lang/String;)Landroid/telecom/PhoneAcco… 13718 HSPLandroid/telecom/PhoneAccount$Builder;->setHighlightColor(I)Landroid/telecom/PhoneAccount$Builde… [all …]
|
D | preloaded-classes | 3260 android.telecom.PhoneAccount$1 3261 android.telecom.PhoneAccount$Builder 3262 android.telecom.PhoneAccount
|
D | hiddenapi-greylist-max-o.txt | 66446 Landroid/telecom/PhoneAccount$Builder;->mAccountHandle:Landroid/telecom/PhoneAccountHandle; 66447 Landroid/telecom/PhoneAccount$Builder;->mAddress:Landroid/net/Uri; 66448 Landroid/telecom/PhoneAccount$Builder;->mCapabilities:I 66449 Landroid/telecom/PhoneAccount$Builder;->mExtras:Landroid/os/Bundle; 66450 Landroid/telecom/PhoneAccount$Builder;->mGroupId:Ljava/lang/String; 66451 Landroid/telecom/PhoneAccount$Builder;->mHighlightColor:I 66452 Landroid/telecom/PhoneAccount$Builder;->mIcon:Landroid/graphics/drawable/Icon; 66453 Landroid/telecom/PhoneAccount$Builder;->mIsEnabled:Z 66454 Landroid/telecom/PhoneAccount$Builder;->mLabel:Ljava/lang/CharSequence; 66455 Landroid/telecom/PhoneAccount$Builder;->mShortDescription:Ljava/lang/CharSequence; [all …]
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 61 import android.telecom.PhoneAccount;
|
/frameworks/base/api/ |
D | test-current.txt | 3087 public static class PhoneAccount.Builder { 3088 …ndroid.Manifest.permission.MODIFY_PHONE_STATE) public android.telecom.PhoneAccount.Builder setGrou…
|
D | system-current.txt | 7874 public final class PhoneAccount implements android.os.Parcelable { 7878 public static class PhoneAccount.Builder { 7879 …ndroid.Manifest.permission.MODIFY_PHONE_STATE) public android.telecom.PhoneAccount.Builder setGrou… 7948 method public java.util.List<android.telecom.PhoneAccount> getAllPhoneAccounts();
|