Searched refs:callManagerAccount (Results 1 – 1 of 1) sorted by relevance
735 final PhoneAccountHandle callManagerAccount, in createConnection() argument741 "isIncoming: %b, isUnknown: %b", callManagerAccount, callId, request, in createConnection()745 Connection connection = isUnknown ? onCreateUnknownConnection(callManagerAccount, request) in createConnection()746 : isIncoming ? onCreateIncomingConnection(callManagerAccount, request) in createConnection()747 : onCreateOutgoingConnection(callManagerAccount, request); in createConnection()