Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionService.java233 PhoneAccountHandle connectionManagerAccount, in onCreateIncomingConnection() argument
235 Log.d(TAG, "onCreateIncomingConnection " + connectionManagerAccount + " req: " + request); in onCreateIncomingConnection()
236 if (connectionManagerAccount != null && in onCreateIncomingConnection()
237 !getHandle().equals(connectionManagerAccount)) { in onCreateIncomingConnection()
263 PhoneAccountHandle connectionManagerAccount, in onCreateOutgoingConnection() argument
265 Log.d(TAG, "onCreateOutgoingConnection " + connectionManagerAccount); in onCreateOutgoingConnection()
266 if (connectionManagerAccount != null && in onCreateOutgoingConnection()
267 !getHandle().equals(connectionManagerAccount)) { in onCreateOutgoingConnection()
283 PhoneAccountHandle connectionManagerAccount, in onCreateUnknownConnection() argument
285 Log.d(TAG, "onCreateUnknownConnection " + connectionManagerAccount); in onCreateUnknownConnection()
[all …]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java312 PhoneAccountHandle connectionManagerAccount, in onCreateOutgoingConnection() argument
319 PhoneAccountHandle connectionManagerAccount, in onCreateIncomingConnection() argument
DTestConnectionService.java286 PhoneAccountHandle connectionManagerAccount, in onCreateOutgoingConnection() argument
343 PhoneAccountHandle connectionManagerAccount, in onCreateIncomingConnection() argument
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnectionService.java66 PhoneAccountHandle connectionManagerAccount, in onCreateOutgoingConnection() argument
141 PhoneAccountHandle connectionManagerAccount, in onCreateIncomingConnection() argument