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/callredirection/
DCallRedirectionProcessorHelper.java69 PhoneAccountHandle targetPhoneAccountHandle) { in getCarrierCallRedirectionService() argument
77 .getSubscriptionIdForPhoneAccount(targetPhoneAccountHandle)); in getCarrierCallRedirectionService()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java325 PhoneAccountHandle targetPhoneAccountHandle = mAttemptRecords.get(0).targetPhoneAccount; in shouldSetConnectionManager() local
326 if (Objects.equals(connectionManager, targetPhoneAccountHandle)) { in shouldSetConnectionManager()
333 .getPhoneAccountUnchecked(targetPhoneAccountHandle); in shouldSetConnectionManager()
DCall.java637 PhoneAccountHandle targetPhoneAccountHandle, in Call() argument
645 targetPhoneAccountHandle, callDirection, shouldAttachToExistingConnection, in Call()
661 PhoneAccountHandle targetPhoneAccountHandle, in Call() argument
684 setTargetPhoneAccount(targetPhoneAccountHandle); in Call()
723 PhoneAccountHandle targetPhoneAccountHandle, in Call() argument
733 connectionManagerPhoneAccountHandle, targetPhoneAccountHandle, callDirection, in Call()
849 PhoneAccountHandle targetPhoneAccountHandle = getTargetPhoneAccount(); in getDescription() local
850 if (targetPhoneAccountHandle != null) { in getDescription()
851 s.append(targetPhoneAccountHandle); in getDescription()
DCallsManager.java1835 PhoneAccountHandle targetPhoneAccountHandle, Uri handle, boolean isVideo, in findOutgoingCallPhoneAccount() argument
1837 return findOutgoingCallPhoneAccount(targetPhoneAccountHandle, handle, isVideo, in findOutgoingCallPhoneAccount()
1842 PhoneAccountHandle targetPhoneAccountHandle, Uri handle, boolean isVideo, in findOutgoingCallPhoneAccount() argument
1845 if (isSelfManaged(targetPhoneAccountHandle, initiatingUser)) { in findOutgoingCallPhoneAccount()
1846 return CompletableFuture.completedFuture(Arrays.asList(targetPhoneAccountHandle)); in findOutgoingCallPhoneAccount()
1865 if (targetPhoneAccountHandle != null) { in findOutgoingCallPhoneAccount()
1866 if (accounts.contains(targetPhoneAccountHandle)) { in findOutgoingCallPhoneAccount()
1868 return CompletableFuture.completedFuture(Arrays.asList(targetPhoneAccountHandle)); in findOutgoingCallPhoneAccount()
1926 public boolean isSelfManaged(PhoneAccountHandle targetPhoneAccountHandle,
1929 targetPhoneAccountHandle, initiatingUser);