Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
H A DTelecom.java31 import android.telecom.PhoneAccount;
298 PhoneAccount account = PhoneAccount.builder(handle, label) in runRegisterPhoneAccount()
299 .setCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER).build(); in runRegisterPhoneAccount()
318 int capabilities = PhoneAccount.CAPABILITY_CALL_PROVIDER in runRegisterSimPhoneAccount()
319 | PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION in runRegisterSimPhoneAccount()
320 | (isEmergencyAccount ? PhoneAccount.CAPABILITY_PLACE_EMERGENCY_CALLS : 0); in runRegisterSimPhoneAccount()
321 PhoneAccount account = PhoneAccount.builder( in runRegisterSimPhoneAccount()
327 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in runRegisterSimPhoneAccount()
328 .addSupportedUriScheme(PhoneAccount.SCHEME_VOICEMAIL) in runRegisterSimPhoneAccount()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java49 public final class PhoneAccount implements Parcelable { class
499 PhoneAccount that = (PhoneAccount) o; in equals()
560 public Builder(PhoneAccount phoneAccount) { in Builder()
794 public PhoneAccount build() { in build()
800 return new PhoneAccount( in build()
817 private PhoneAccount( in PhoneAccount() method in PhoneAccount
1101 = new Creator<PhoneAccount>() {
1104 return new PhoneAccount(in);
1108 public PhoneAccount[] newArray(int size) {
1109 return new PhoneAccount[size];
[all …]
H A DPhoneAccount.aidl22 parcelable PhoneAccount;
H A DDefaultDialerManager.java172 dialIntentWithTelScheme.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, "", null)); in getInstalledDialerApplications()
H A DTelecomManager.java1441 public PhoneAccount getPhoneAccount(PhoneAccountHandle account) { in getPhoneAccount()
1479 public List<PhoneAccount> getAllPhoneAccounts() { in getAllPhoneAccounts()
1529 public void registerPhoneAccount(PhoneAccount account) { in registerPhoneAccount()
2507 intent.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null)); in createLaunchEmergencyDialerIntent()
H A DLog.java444 if (PhoneAccount.SCHEME_TEL.equals(scheme)) { in piiHandle()
446 } else if (PhoneAccount.SCHEME_SIP.equals(scheme)) { in piiHandle()
H A DConnectionService.java2374 PhoneAccount.EXTRA_ADD_SELF_MANAGED_CALLS_TO_INCALLSERVICE, true); in createConnection()
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DITelecomService.aidl26 import android.telecom.PhoneAccount;
92 PhoneAccount getPhoneAccount(in PhoneAccountHandle account, String callingPackage); in getPhoneAccount()
102 ParceledListSlice<PhoneAccount> getAllPhoneAccounts(); in getAllPhoneAccounts()
122 void registerPhoneAccount(in PhoneAccount metadata, String callingPackage); in registerPhoneAccount()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
H A DCrossDeviceSyncController.java34 import android.telecom.PhoneAccount;
275 telecomManager.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL); in onBootCompleted()
277 final PhoneAccount defaultOutgoingTelAccount = telecomManager.getPhoneAccount( in onBootCompleted()
296 PhoneAccount.SCHEME_TEL)) { in processCallCreateRequests()
299 final Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, in processCallCreateRequests()
897 static PhoneAccount createPhoneAccount(PhoneAccountHandle handle, in createPhoneAccount()
905 return new PhoneAccount.Builder(handle, humanReadableAppName) in createPhoneAccount()
907 .setSupportedUriSchemes(List.of(isTel ? PhoneAccount.SCHEME_TEL in createPhoneAccount()
908 : PhoneAccount.SCHEME_SIP)) in createPhoneAccount()
909 .setCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER in createPhoneAccount()
[all …]
H A DCallMetadataSyncConnectionService.java27 import android.telecom.PhoneAccount;
166 final PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(handle); in onCreateOutgoingConnection()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/companion/datatransfer/contextsync/
H A DCrossDeviceSyncControllerTest.java32 import android.telecom.PhoneAccount;
166 final PhoneAccount phoneAccount = in createPhoneAccount_sip_success()
173 .that(phoneAccount.supportsUriScheme(PhoneAccount.SCHEME_TEL)).isFalse(); in createPhoneAccount_sip_success()
175 .that(phoneAccount.supportsUriScheme(PhoneAccount.SCHEME_SIP)).isTrue(); in createPhoneAccount_sip_success()
180 final PhoneAccount phoneAccount = in createPhoneAccount_tel_success()
187 .that(phoneAccount.supportsUriScheme(PhoneAccount.SCHEME_TEL)).isTrue(); in createPhoneAccount_tel_success()
189 .that(phoneAccount.supportsUriScheme(PhoneAccount.SCHEME_SIP)).isFalse(); in createPhoneAccount_tel_success()
/aosp14/frameworks/base/core/java/android/provider/
H A DVoicemailContract.java30 import android.telecom.PhoneAccount;
H A DCallLog.java51 import android.telecom.PhoneAccount;
2114 PhoneAccount account = tm.getPhoneAccount(accountHandle); in getLogAccountAddress()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java34 import android.telecom.PhoneAccount;
2431 if (!PhoneAccount.SCHEME_SIP.equals(scheme)) { in convertSipUriToTelUri()
2445 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in convertSipUriToTelUri()
H A DTelephonyManager.java81 import android.telecom.PhoneAccount;
12192 public int getSubIdForPhoneAccount(@Nullable PhoneAccount phoneAccount) { in getSubIdForPhoneAccount()
12195 && phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) { in getSubIdForPhoneAccount()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl33 import android.telecom.PhoneAccount;
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt14122 HSPLandroid/telecom/PhoneAccount$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telecom/PhoneAcc…
14125 HSPLandroid/telecom/PhoneAccount$Builder;->addSupportedUriScheme(Ljava/lang/String;)Landroid/teleco…
14126 HSPLandroid/telecom/PhoneAccount$Builder;->build()Landroid/telecom/PhoneAccount;
14127 HSPLandroid/telecom/PhoneAccount$Builder;->setAddress(Landroid/net/Uri;)Landroid/telecom/PhoneAccou…
14128 HSPLandroid/telecom/PhoneAccount$Builder;->setCapabilities(I)Landroid/telecom/PhoneAccount$Builder;
14129 HSPLandroid/telecom/PhoneAccount$Builder;->setExtras(Landroid/os/Bundle;)Landroid/telecom/PhoneAcco…
14130 HSPLandroid/telecom/PhoneAccount$Builder;->setHighlightColor(I)Landroid/telecom/PhoneAccount$Builde…
14134 HSPLandroid/telecom/PhoneAccount$Builder;->setSupportedUriSchemes(Ljava/util/List;)Landroid/telecom…
29995 Landroid/telecom/PhoneAccount$1;
29996 Landroid/telecom/PhoneAccount$Builder;
[all …]
H A Dpreloaded-classes7199 android.telecom.PhoneAccount$1
7200 android.telecom.PhoneAccount$Builder
7201 android.telecom.PhoneAccount
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java73 import android.telecom.PhoneAccount;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt14186 HSPLandroid/telecom/PhoneAccount$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telecom/PhoneAcc…
14189 HSPLandroid/telecom/PhoneAccount$Builder;->addSupportedUriScheme(Ljava/lang/String;)Landroid/teleco…
14190 HSPLandroid/telecom/PhoneAccount$Builder;->build()Landroid/telecom/PhoneAccount;
14191 HSPLandroid/telecom/PhoneAccount$Builder;->setAddress(Landroid/net/Uri;)Landroid/telecom/PhoneAccou…
14192 HSPLandroid/telecom/PhoneAccount$Builder;->setCapabilities(I)Landroid/telecom/PhoneAccount$Builder;
14193 HSPLandroid/telecom/PhoneAccount$Builder;->setExtras(Landroid/os/Bundle;)Landroid/telecom/PhoneAcco…
14194 HSPLandroid/telecom/PhoneAccount$Builder;->setHighlightColor(I)Landroid/telecom/PhoneAccount$Builde…
14198 HSPLandroid/telecom/PhoneAccount$Builder;->setSupportedUriSchemes(Ljava/util/List;)Landroid/telecom…
40129 Landroid/telecom/PhoneAccount$1;
40130 Landroid/telecom/PhoneAccount$Builder;
[all …]
H A Dboot-profile.txt1170 Landroid/telecom/PhoneAccount;->hasCapabilities(I)Z
H A Dpreloaded-classes7230 android.telecom.PhoneAccount$1
7231 android.telecom.PhoneAccount$Builder
7232 android.telecom.PhoneAccount
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt52436 Landroid/telecom/PhoneAccount$Builder;->setGroupId(Ljava/lang/String;)Landroid/telecom/PhoneAccount
52437 Landroid/telecom/PhoneAccount$Builder;->setIsEnabled(Z)Landroid/telecom/PhoneAccount$Builder;
52438 Landroid/telecom/PhoneAccount$Builder;->setLabel(Ljava/lang/CharSequence;)Landroid/telecom/PhoneAcc…
52439 Landroid/telecom/PhoneAccount$Builder;->setSupportedAudioRoutes(I)Landroid/telecom/PhoneAccount$Bui…
52452 Landroid/telecom/PhoneAccount;->hasAudioRoutes(I)Z
52453 Landroid/telecom/PhoneAccount;->isSelfManaged()Z
52456 Landroid/telecom/PhoneAccount;->mCapabilities:I
52459 Landroid/telecom/PhoneAccount;->mHighlightColor:I
52461 Landroid/telecom/PhoneAccount;->mIsEnabled:Z
52467 Landroid/telecom/PhoneAccount;->NO_ICON_TINT:I
[all …]
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt42719 public final class PhoneAccount implements android.os.Parcelable {
42735 method public android.telecom.PhoneAccount.Builder toBuilder();
42768 public static class PhoneAccount.Builder {
42770 ctor public PhoneAccount.Builder(android.telecom.PhoneAccount);
42771 method public android.telecom.PhoneAccount.Builder addSupportedUriScheme(String);
42772 method public android.telecom.PhoneAccount build();
42773 method public android.telecom.PhoneAccount.Builder setAddress(android.net.Uri);
42774 method public android.telecom.PhoneAccount.Builder setCapabilities(int);
42775 method public android.telecom.PhoneAccount.Builder setExtras(android.os.Bundle);
42776 method public android.telecom.PhoneAccount.Builder setHighlightColor(int);
[all …]
H A Dsystem-current.txt13683 public final class PhoneAccount implements android.os.Parcelable {
13692 public static class PhoneAccount.Builder {
13693 …ndroid.Manifest.permission.MODIFY_PHONE_STATE) public android.telecom.PhoneAccount.Builder setGrou…
13779 method public java.util.List<android.telecom.PhoneAccount> getAllPhoneAccounts();

12