/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnectionService.java | 264 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerAccount, in onCreateOutgoingConnection() method in HfpClientConnectionService 274 HfpClientConnection connection = block.onCreateOutgoingConnection(request.getAddress()); in onCreateOutgoingConnection()
|
D | HfpClientDeviceBlock.java | 114 HfpClientConnection onCreateOutgoingConnection(Uri address) { in onCreateOutgoingConnection() method in HfpClientDeviceBlock
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnectionServiceTest.java | 233 public void onCreateOutgoingConnection() throws Exception { in onCreateOutgoingConnection() method in HfpClientConnectionServiceTest 250 Connection connection = mHfpClientConnectionService.onCreateOutgoingConnection( in onCreateOutgoingConnection()
|
D | HfpClientDeviceBlockTest.java | 154 return mHfpClientDeviceBlock.onCreateOutgoingConnection( in createOutgoingConnectionWithScoState()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedConnectionService.java | 42 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in SelfManagedConnectionService
|
D | TestConnectionManager.java | 355 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in TestConnectionManager
|
D | TestConnectionService.java | 361 public Connection onCreateOutgoingConnection(
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorConnectionService.java | 73 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in SimulatorConnectionService
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConnectionServiceTest.java | 1400 mConnection = mTestConnectionService.onCreateOutgoingConnection( in setupConnectionServiceForDelayDial() 1438 mConnection = mTestConnectionService.onCreateOutgoingConnection( in setupConnectionServiceInApm()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 116 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in ConnectionServiceFixture.FakeConnectionServiceDelegate
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 611 Connection connection = onCreateOutgoingConnection(connectionManagerPhoneAccount, request); in onCreateOutgoingConference() 645 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in TelephonyConnectionService
|