Home
last modified time | relevance | path

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

12

/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java31 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/
DPhoneAccount.java48 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 …]
DPhoneAccount.aidl22 parcelable PhoneAccount;
DTelecomManager.java1235 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()
DDefaultDialerManager.java172 dialIntentWithTelScheme.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, "", null)); in getInstalledDialerApplications()
DLog.java411 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/
DITelecomService.aidl25 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/
DBtSmsInterfaceManager.java25 import android.telecom.PhoneAccount;
92 .scheme(PhoneAccount.SCHEME_TEL) in MapMessageSender()
DMissedIncomingCallSmsFilter.java26 import android.telecom.PhoneAccount;
253 PhoneAccount.SCHEME_TEL, callerId, null); in createMissedIncomingCallEvent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalConnection.java22 import android.telecom.PhoneAccount;
242 if (PhoneAccount.SCHEME_SIP.equals(address.getScheme())) { in setExternalConnectionAddress()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionController.java31 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/
DConferenceParticipant.java23 import android.telecom.PhoneAccount;
355 return Uri.fromParts(PhoneAccount.SCHEME_TEL, in getParticipantAddress()
/frameworks/base/core/proto/android/telecomm/
Denums.proto45 * {@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/
DVoicemailContract.java30 import android.telecom.PhoneAccount;
DCallLog.java39 import android.telecom.PhoneAccount;
1087 PhoneAccount account = tm.getPhoneAccount(accountHandle); in getLogAccountAddress()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl31 import android.telecom.PhoneAccount;
1395 int getSubIdForPhoneAccount(in PhoneAccount phoneAccount); in getSubIdForPhoneAccount()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java34 import android.telecom.PhoneAccount;
2791 if (!PhoneAccount.SCHEME_SIP.equals(scheme)) { in convertSipUriToTelUri()
2805 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in convertSipUriToTelUri()
DTelephonyManager.java70 import android.telecom.PhoneAccount;
10390 public int getSubIdForPhoneAccount(@Nullable PhoneAccount phoneAccount) { in getSubIdForPhoneAccount()
/frameworks/base/config/
Dboot-image-profile.txt18362 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 …]
Dboot-profile.txt1170 Landroid/telecom/PhoneAccount;->hasCapabilities(I)Z
Dpreloaded-classes5806 android.telecom.PhoneAccount$1
5807 android.telecom.PhoneAccount$Builder
5808 android.telecom.PhoneAccount
/frameworks/base/core/java/android/content/
DIntent.java63 import android.telecom.PhoneAccount;
/frameworks/base/api/
Dtest-current.txt3911 public static class PhoneAccount.Builder {
3912 …ndroid.Manifest.permission.MODIFY_PHONE_STATE) public android.telecom.PhoneAccount.Builder setGrou…
Dsystem-current.txt10378 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/
Dsystem-current.txt9260 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();

12