Searched refs:connectionManagerAccount (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnectionService.java | 233 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/ |
D | TestConnectionManager.java | 312 PhoneAccountHandle connectionManagerAccount, in onCreateOutgoingConnection() argument 319 PhoneAccountHandle connectionManagerAccount, in onCreateIncomingConnection() argument
|
D | TestConnectionService.java | 286 PhoneAccountHandle connectionManagerAccount, in onCreateOutgoingConnection() argument 343 PhoneAccountHandle connectionManagerAccount, in onCreateIncomingConnection() argument
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipConnectionService.java | 66 PhoneAccountHandle connectionManagerAccount, in onCreateOutgoingConnection() argument 141 PhoneAccountHandle connectionManagerAccount, in onCreateIncomingConnection() argument
|