Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java263 PhoneAccountHandle targetPhoneAccountHandle = mAttemptRecords.get(0).targetPhoneAccount; in shouldSetConnectionManager() local
264 if (Objects.equals(connectionManager, targetPhoneAccountHandle)) { in shouldSetConnectionManager()
271 .getPhoneAccountUnchecked(targetPhoneAccountHandle); in shouldSetConnectionManager()
DCall.java523 PhoneAccountHandle targetPhoneAccountHandle, in Call() argument
541 setTargetPhoneAccount(targetPhoneAccountHandle); in Call()
582 PhoneAccountHandle targetPhoneAccountHandle, in Call() argument
591 connectionManagerPhoneAccountHandle, targetPhoneAccountHandle, callDirection, in Call()
678 PhoneAccountHandle targetPhoneAccountHandle = getTargetPhoneAccount(); in getDescription() local
679 if (targetPhoneAccountHandle != null) { in getDescription()
680 s.append(targetPhoneAccountHandle); in getDescription()