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.java254 PhoneAccountHandle targetPhoneAccountHandle = mAttemptRecords.get(0).targetPhoneAccount; in shouldSetConnectionManager() local
255 if (Objects.equals(connectionManager, targetPhoneAccountHandle)) { in shouldSetConnectionManager()
262 .getPhoneAccountUnchecked(targetPhoneAccountHandle); in shouldSetConnectionManager()
DCall.java410 PhoneAccountHandle targetPhoneAccountHandle, in Call() argument
425 setTargetPhoneAccount(targetPhoneAccountHandle); in Call()
465 PhoneAccountHandle targetPhoneAccountHandle, in Call() argument
472 connectionManagerPhoneAccountHandle, targetPhoneAccountHandle, callDirection, in Call()