/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ITelecomService.aidl | 22 import android.telecom.PhoneAccountHandle; 47 PhoneAccountHandle getDefaultOutgoingPhoneAccount(in String uriScheme, String callingPackage, in getDefaultOutgoingPhoneAccount() 53 PhoneAccountHandle getUserSelectedOutgoingPhoneAccount(String callingPackage); in getUserSelectedOutgoingPhoneAccount() 58 void setUserSelectedOutgoingPhoneAccount(in PhoneAccountHandle account); in setUserSelectedOutgoingPhoneAccount() 63 ParceledListSlice<PhoneAccountHandle> getCallCapablePhoneAccounts( in getCallCapablePhoneAccounts() 70 ParceledListSlice<PhoneAccountHandle> getSelfManagedPhoneAccounts(String callingPackage, in getSelfManagedPhoneAccounts() 76 ParceledListSlice<PhoneAccountHandle> getOwnSelfManagedPhoneAccounts(String callingPackage, in getOwnSelfManagedPhoneAccounts() 82 ParceledListSlice<PhoneAccountHandle> getPhoneAccountsSupportingScheme(in String uriScheme, in getPhoneAccountsSupportingScheme() 88 ParceledListSlice<PhoneAccountHandle> getPhoneAccountsForPackage(in String packageName); in getPhoneAccountsForPackage() 93 PhoneAccount getPhoneAccount(in PhoneAccountHandle account, String callingPackage); in getPhoneAccount() [all …]
|
D | ClientTransactionalServiceRepository.java | 19 import android.telecom.PhoneAccountHandle; 29 private static final Map<PhoneAccountHandle, ClientTransactionalServiceWrapper> LOOKUP_TABLE = 41 PhoneAccountHandle phoneAccountHandle) { in addNewCallForTransactionalServiceWrapper() 56 PhoneAccountHandle pah) { in getTransactionalServiceWrapper() 60 private boolean hasExistingServiceWrapper(PhoneAccountHandle pah) { in hasExistingServiceWrapper() 68 public boolean removeServiceWrapper(PhoneAccountHandle pah) { in removeServiceWrapper() 81 public boolean removeCallFromServiceWrapper(PhoneAccountHandle pah, String callId) { in removeCallFromServiceWrapper()
|
D | ICallRedirectionAdapter.aidl | 20 import android.telecom.PhoneAccountHandle; 34 void redirectCall(in Uri handle, in PhoneAccountHandle targetPhoneAccount, in redirectCall()
|
D | ICallRedirectionService.aidl | 20 import android.telecom.PhoneAccountHandle; 33 in PhoneAccountHandle initialPhoneAccount, boolean allowInteractiveResponse); in placeCall()
|
D | IInCallAdapter.aidl | 22 import android.telecom.PhoneAccountHandle; 67 void phoneAccountSelected(String callId, in PhoneAccountHandle accountHandle, in phoneAccountSelected() 100 void handoverTo(String callId, in PhoneAccountHandle destAcct, int videoState, in handoverTo()
|
D | IConnectionService.aidl | 27 import android.telecom.PhoneAccountHandle; 46 in PhoneAccountHandle connectionManagerPhoneAccount, in createConnection() 55 void createConnectionFailed(in PhoneAccountHandle connectionManagerPhoneAccount, String callId, in createConnectionFailed() 59 in PhoneAccountHandle connectionManagerPhoneAccount, in createConference() 68 void createConferenceFailed(in PhoneAccountHandle connectionManagerPhoneAccount, String callId, in createConferenceFailed()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | PhoneAccountHandle.java | 48 public final class PhoneAccountHandle implements Parcelable { class 80 public PhoneAccountHandle( in PhoneAccountHandle() method in PhoneAccountHandle 105 public PhoneAccountHandle( in PhoneAccountHandle() method in PhoneAccountHandle 182 other instanceof PhoneAccountHandle && in equals() 183 Objects.equals(((PhoneAccountHandle) other).getComponentName(), in equals() 185 Objects.equals(((PhoneAccountHandle) other).getId(), getId()) && in equals() 186 Objects.equals(((PhoneAccountHandle) other).getUserHandle(), getUserHandle()); in equals() 216 public static final @android.annotation.NonNull Creator<PhoneAccountHandle> CREATOR = 217 new Creator<PhoneAccountHandle>() { 219 public PhoneAccountHandle createFromParcel(Parcel in) { [all …]
|
D | PhoneAccountSuggestion.java | 65 private PhoneAccountHandle mHandle; 79 public PhoneAccountSuggestion(@NonNull PhoneAccountHandle handle, @SuggestionReason int reason, in PhoneAccountSuggestion() 87 …mHandle = in.readParcelable(PhoneAccountHandle.class.getClassLoader(), android.telecom.PhoneAccoun… in PhoneAccountSuggestion() 108 @NonNull public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle()
|
D | ConnectionRequest.java | 45 private PhoneAccountHandle mAccountHandle; 62 public @NonNull Builder setAccountHandle(@NonNull PhoneAccountHandle accountHandle) { in setAccountHandle() 176 private final PhoneAccountHandle mAccountHandle; 195 PhoneAccountHandle accountHandle, in ConnectionRequest() 208 PhoneAccountHandle accountHandle, in ConnectionRequest() 228 PhoneAccountHandle accountHandle, in ConnectionRequest() 239 PhoneAccountHandle accountHandle, in ConnectionRequest() 252 PhoneAccountHandle accountHandle, in ConnectionRequest() 275 …tHandle = in.readParcelable(getClass().getClassLoader(), android.telecom.PhoneAccountHandle.class); in ConnectionRequest() 293 public PhoneAccountHandle getAccountHandle() { return mAccountHandle; } in getAccountHandle()
|
D | TelecomManager.java | 1173 public PhoneAccountHandle getDefaultOutgoingPhoneAccount(String uriScheme) { in getDefaultOutgoingPhoneAccount() 1200 public @Nullable PhoneAccountHandle getUserSelectedOutgoingPhoneAccount() { in getUserSelectedOutgoingPhoneAccount() 1223 public void setUserSelectedOutgoingPhoneAccount(@Nullable PhoneAccountHandle accountHandle) { in setUserSelectedOutgoingPhoneAccount() 1243 public PhoneAccountHandle getSimCallManager() { in getSimCallManager() 1266 public @Nullable PhoneAccountHandle getSimCallManagerForSubscription(int subscriptionId) { in getSimCallManagerForSubscription() 1290 public PhoneAccountHandle getSimCallManager(int userId) { in getSimCallManager() 1311 public PhoneAccountHandle getConnectionManager() { in getConnectionManager() 1333 public List<PhoneAccountHandle> getPhoneAccountsSupportingScheme(String uriScheme) { in getPhoneAccountsSupportingScheme() 1356 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() { in getCallCapablePhoneAccounts() 1374 public @NonNull List<PhoneAccountHandle> getCallCapablePhoneAccountsAcrossProfiles() { in getCallCapablePhoneAccountsAcrossProfiles() [all …]
|
D | PhoneAccount.java | 488 private final PhoneAccountHandle mAccountHandle; 501 private final Set<PhoneAccountHandle> mSimultaneousCallingRestriction; 537 private PhoneAccountHandle mAccountHandle; 550 private Set<PhoneAccountHandle> mSimultaneousCallingRestriction = null; 560 public Builder(PhoneAccountHandle accountHandle, CharSequence label) { in Builder() 834 @NonNull Set<PhoneAccountHandle> handles) { in setSimultaneousCallingRestriction() 887 PhoneAccountHandle account, in PhoneAccount() 900 Set<PhoneAccountHandle> simultaneousCallingRestriction) { in PhoneAccount() 918 PhoneAccountHandle accountHandle, in builder() 935 public PhoneAccountHandle getAccountHandle() { in getAccountHandle() [all …]
|
D | RemoteConnectionManager.java | 60 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConnection() 63 PhoneAccountHandle accountHandle = request.getAccountHandle(); in createRemoteConnection() 88 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConference() 91 PhoneAccountHandle accountHandle = request.getAccountHandle(); in createRemoteConference()
|
D | Voicemail.java | 31 private final PhoneAccountHandle mPhoneAccount; 41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, in Voicemail() 85 private PhoneAccountHandle mBuilderPhoneAccount; 109 public Builder setPhoneAccount(PhoneAccountHandle phoneAccount) { in setPhoneAccount() 182 public PhoneAccountHandle getPhoneAccount() { in getPhoneAccount() 303 mPhoneAccount = PhoneAccountHandle.CREATOR.createFromParcel(in); in Voicemail()
|
D | CallAttributes.java | 46 private final PhoneAccountHandle mPhoneAccountHandle; 75 private CallAttributes(@NonNull PhoneAccountHandle phoneAccountHandle, in CallAttributes() 158 private final PhoneAccountHandle mPhoneAccountHandle; 174 public Builder(@NonNull PhoneAccountHandle phoneAccountHandle, in Builder() 243 @NonNull public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle() 307 android.telecom.PhoneAccountHandle.class),
|
D | CallRedirectionService.java | 88 @NonNull PhoneAccountHandle initialPhoneAccount, in onPlaceCall() 138 @NonNull PhoneAccountHandle targetPhoneAccount, in redirectCall() 193 onPlaceCall((Uri) args.arg2, (PhoneAccountHandle) args.arg3, 219 @NonNull PhoneAccountHandle initialPhoneAccount, in placeCall()
|
D | ParcelableConference.java | 37 private final PhoneAccountHandle mPhoneAccount; 57 PhoneAccountHandle phoneAccount, in Builder() 140 private final PhoneAccountHandle mPhoneAccount; 160 PhoneAccountHandle phoneAccount, in ParcelableConference() 226 public PhoneAccountHandle getPhoneAccount() { in getPhoneAccount() 303 …PhoneAccountHandle phoneAccount = source.readParcelable(classLoader, android.telecom.PhoneAccountH…
|
D | ParcelableConnection.java | 36 private final PhoneAccountHandle mPhoneAccount; 61 PhoneAccountHandle phoneAccount, in ParcelableConnection() 94 PhoneAccountHandle phoneAccount, in ParcelableConnection() 138 public PhoneAccountHandle getPhoneAccount() { in getPhoneAccount() 264 …PhoneAccountHandle phoneAccount = source.readParcelable(classLoader, android.telecom.PhoneAccountH…
|
D | ConnectionService.java | 491 PhoneAccountHandle connectionManagerPhoneAccount, 527 PhoneAccountHandle connectionManagerPhoneAccount, 548 PhoneAccountHandle connectionManagerPhoneAccount, 584 PhoneAccountHandle connectionManagerPhoneAccount, 1172 final PhoneAccountHandle connectionManagerPhoneAccount = 1173 (PhoneAccountHandle) args.arg1; 1243 final PhoneAccountHandle connectionMgrPhoneAccount = 1244 (PhoneAccountHandle) args.arg4; 1272 final PhoneAccountHandle connectionManagerPhoneAccount = 1273 (PhoneAccountHandle) args.arg1; [all …]
|
D | PhoneAccountHandle.aidl | 22 parcelable PhoneAccountHandle;
|
/frameworks/base/telephony/java/android/telephony/ |
D | VisualVoicemailSms.java | 23 import android.telecom.PhoneAccountHandle; 33 private final PhoneAccountHandle mPhoneAccountHandle; 52 public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle() 87 private PhoneAccountHandle mPhoneAccountHandle; 96 public Builder setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle() 124 ….setPhoneAccountHandle((PhoneAccountHandle) in.readParcelable(null, android.telecom.PhoneAccountHa…
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | VisualVoicemailSmsFilter.java | 26 import android.telecom.PhoneAccountHandle; 64 PhoneAccountHandle fromSubId(int subId, Context context); in fromSubId() 81 public PhoneAccountHandle fromSubId(int subId, Context context) { 94 return new PhoneAccountHandle(PSTN_CONNECTION_SERVICE_COMPONENT, 98 return new PhoneAccountHandle(PSTN_CONNECTION_SERVICE_COMPONENT, 151 PhoneAccountHandle phoneAccountHandle = sPhoneAccountHandleConverter.fromSubId(subId, in filter() 273 VisualVoicemailSmsFilterSettings filterSettings, PhoneAccountHandle phoneAccountHandle, in sendVvmSmsBroadcast()
|
D | MissedIncomingCallSmsFilter.java | 28 import android.telecom.PhoneAccountHandle; 279 private PhoneAccountHandle makePstnPhoneAccountHandle(Phone phone) { in makePstnPhoneAccountHandle() 285 return new PhoneAccountHandle(PSTN_CONNECTION_SERVICE_COMPONENT, in makePstnPhoneAccountHandle() 288 return new PhoneAccountHandle(PSTN_CONNECTION_SERVICE_COMPONENT, in makePstnPhoneAccountHandle()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | VisualVoicemailSmsFilterTest.java | 25 import android.telecom.PhoneAccountHandle; 99 public PhoneAccountHandle fromSubId(int subId, Context context) { in setUp() 100 return new PhoneAccountHandle( in setUp()
|
/frameworks/base/services/core/java/com/android/server/telecom/ |
D | TelecomLoaderService.java | 31 import android.telecom.PhoneAccountHandle; 77 PhoneAccountHandle phoneAccount = telecomManager.getSimCallManager(); in onServiceConnected() 223 PhoneAccountHandle phoneAccount = in registerDefaultAppProviders() 263 PhoneAccountHandle phoneAccount = telecomManager.getSimCallManager(userId); in updateSimCallManagerPermissions()
|
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/ |
D | CallMetadataSyncConnectionService.java | 28 import android.telecom.PhoneAccountHandle; 126 public Connection onCreateIncomingConnection(PhoneAccountHandle phoneAccountHandle, in onCreateIncomingConnection() 154 public void onCreateIncomingConnectionFailed(PhoneAccountHandle phoneAccountHandle, in onCreateIncomingConnectionFailed() 162 public Connection onCreateOutgoingConnection(PhoneAccountHandle phoneAccountHandle, in onCreateOutgoingConnection() 164 final PhoneAccountHandle handle = phoneAccountHandle != null ? phoneAccountHandle in onCreateOutgoingConnection() 216 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle phoneAccountHandle, in onCreateOutgoingConnectionFailed()
|