Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java1420 mConnection = mTestConnectionService.onCreateOutgoingConnection( in testCreateOutgoingConnectionForNormalRoutedEmergencyCall()
1495 mConnection = mTestConnectionService.onCreateOutgoingConnection( in testCreateOutgoingCall_turnOnRadio_bluetoothOn()
1529 mConnection = mTestConnectionService.onCreateOutgoingConnection( in testCreateOutgoingCall_forWearWatch_whenPhoneIsNull()
1562 mConnection = mTestConnectionService.onCreateOutgoingConnection( in testCreateOutgoingCall_notTurnOnRadio_bluetoothOnWifiCallingEnabled()
2067 .onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_2, in testOutgoingCallOnOtherSubPutsFirstCallOnHoldForVirtualDsdaDevice()
2102 .onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_2, in testEmergencyCallOnOtherSubPutsFirstCallOnHoldForVirtualDsdaDevice()
2141 .onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_2, in testEmergencyCallOnOtherSubDisconnectsExistingCallForVirtualDsdaDevice()
2161 mConnection = mTestConnectionService.onCreateOutgoingConnection( in testIsEmergencyDeterminedByTelephonyManager()
2176 mTestConnectionService.onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_1, in testDomainSelectionCs()
2215 mTestConnectionService.onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_1, in testDomainSelectionPs()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionServiceTest.java257 public void onCreateOutgoingConnection() throws Exception { in onCreateOutgoingConnection() method in HfpClientConnectionServiceTest
283 mHfpClientConnectionService.onCreateOutgoingConnection( in onCreateOutgoingConnection()
385 mHfpClientConnectionService.onCreateOutgoingConnection( in onCreateOutgoingConnection_phoneAccountIsNull_returnsNull()
DHfpClientDeviceBlockTest.java169 return mHfpClientDeviceBlock.onCreateOutgoingConnection( in createOutgoingConnectionWithScoState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnectionService.java264 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in HfpClientConnectionService
272 HfpClientConnection connection = block.onCreateOutgoingConnection(request.getAddress()); in onCreateOutgoingConnection()
DHfpClientDeviceBlock.java110 HfpClientConnection onCreateOutgoingConnection(Uri address) { in onCreateOutgoingConnection() method in HfpClientDeviceBlock
/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/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java119 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in ConnectionServiceFixture.FakeConnectionServiceDelegate
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java1012 Connection connection = onCreateOutgoingConnection(connectionManagerPhoneAccount, request); in onCreateOutgoingConference()
1046 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in TelephonyConnectionService