Home
last modified time | relevance | path

Searched refs:targetPhoneAccountHandle (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java716 PhoneAccountHandle targetPhoneAccountHandle, in Call() argument
724 targetPhoneAccountHandle, callDirection, shouldAttachToExistingConnection, in Call()
740 PhoneAccountHandle targetPhoneAccountHandle, in Call() argument
763 setTargetPhoneAccount(targetPhoneAccountHandle); in Call()
804 PhoneAccountHandle targetPhoneAccountHandle, in Call() argument
814 connectionManagerPhoneAccountHandle, targetPhoneAccountHandle, callDirection, in Call()
931 PhoneAccountHandle targetPhoneAccountHandle = getTargetPhoneAccount(); in getDescription() local
935 boolean isTargetSameAsRemote = targetPhoneAccountHandle != null in getDescription()
936 && targetPhoneAccountHandle.equals(remotePhoneAccountHandle); in getDescription()
937 if (Objects.equals(delegatePhoneAccountHandle, targetPhoneAccountHandle)) { in getDescription()
[all …]
DCreateConnectionProcessor.java326 PhoneAccountHandle targetPhoneAccountHandle = mAttemptRecords.get(0).targetPhoneAccount; in shouldSetConnectionManager() local
327 if (Objects.equals(connectionManager, targetPhoneAccountHandle)) { in shouldSetConnectionManager()
334 .getPhoneAccountUnchecked(targetPhoneAccountHandle); in shouldSetConnectionManager()
DCallsManager.java1965 PhoneAccountHandle targetPhoneAccountHandle, Uri handle, boolean isVideo, in findOutgoingCallPhoneAccount() argument
1967 return findOutgoingCallPhoneAccount(targetPhoneAccountHandle, handle, isVideo, in findOutgoingCallPhoneAccount()
1972 PhoneAccountHandle targetPhoneAccountHandle, Uri handle, boolean isVideo, in findOutgoingCallPhoneAccount() argument
1975 if (isSelfManaged(targetPhoneAccountHandle, initiatingUser)) { in findOutgoingCallPhoneAccount()
1976 return CompletableFuture.completedFuture(Arrays.asList(targetPhoneAccountHandle)); in findOutgoingCallPhoneAccount()
1995 if (targetPhoneAccountHandle != null) { in findOutgoingCallPhoneAccount()
1996 if (accounts.contains(targetPhoneAccountHandle)) { in findOutgoingCallPhoneAccount()
1998 return CompletableFuture.completedFuture(Arrays.asList(targetPhoneAccountHandle)); in findOutgoingCallPhoneAccount()
2056 public boolean isSelfManaged(PhoneAccountHandle targetPhoneAccountHandle,
2059 targetPhoneAccountHandle, initiatingUser);
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessorHelper.java69 PhoneAccountHandle targetPhoneAccountHandle) { in getCarrierCallRedirectionService() argument
77 .getSubscriptionIdForPhoneAccount(targetPhoneAccountHandle)); in getCarrierCallRedirectionService()