Home
last modified time | relevance | path

Searched refs:onCreateOutgoingConnection (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionService.java264 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerAccount, in onCreateOutgoingConnection() method in HfpClientConnectionService
274 HfpClientConnection connection = block.onCreateOutgoingConnection(request.getAddress()); in onCreateOutgoingConnection()
DHfpClientDeviceBlock.java114 HfpClientConnection onCreateOutgoingConnection(Uri address) { in onCreateOutgoingConnection() method in HfpClientDeviceBlock
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionServiceTest.java233 public void onCreateOutgoingConnection() throws Exception { in onCreateOutgoingConnection() method in HfpClientConnectionServiceTest
250 Connection connection = mHfpClientConnectionService.onCreateOutgoingConnection( in onCreateOutgoingConnection()
DHfpClientDeviceBlockTest.java154 return mHfpClientDeviceBlock.onCreateOutgoingConnection( in createOutgoingConnectionWithScoState()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnectionService.java42 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in SelfManagedConnectionService
DTestConnectionManager.java355 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in TestConnectionManager
DTestConnectionService.java361 public Connection onCreateOutgoingConnection(
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConnectionService.java73 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in SimulatorConnectionService
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java1400 mConnection = mTestConnectionService.onCreateOutgoingConnection( in setupConnectionServiceForDelayDial()
1438 mConnection = mTestConnectionService.onCreateOutgoingConnection( in setupConnectionServiceInApm()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java116 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in ConnectionServiceFixture.FakeConnectionServiceDelegate
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java611 Connection connection = onCreateOutgoingConnection(connectionManagerPhoneAccount, request); in onCreateOutgoingConference()
645 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in TelephonyConnectionService