Home
last modified time | relevance | path

Searched refs:sendConnectionEvent (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachineTest.java100 private void sendConnectionEvent(int state) { in sendConnectionEvent() method in A2dpSinkStateMachineTest
142 sendConnectionEvent(BluetoothProfile.STATE_CONNECTED); in testIncomingConnectedInDisconnected()
150 sendConnectionEvent(BluetoothProfile.STATE_CONNECTING); in testAllowedIncomingConnectionInDisconnected()
159 sendConnectionEvent(BluetoothProfile.STATE_CONNECTING); in testForbiddenIncomingConnectionInDisconnected()
168 sendConnectionEvent(BluetoothProfile.STATE_CONNECTING); in testUnknownIncomingConnectionInDisconnected()
175 sendConnectionEvent(BluetoothProfile.STATE_DISCONNECTED); in testIncomingDisconnectInDisconnected()
184 sendConnectionEvent(BluetoothProfile.STATE_DISCONNECTING); in testIncomingDisconnectingInDisconnected()
191 sendConnectionEvent(BluetoothProfile.STATE_CONNECTING); in testIncomingConnectingInDisconnected()
210 sendConnectionEvent(BluetoothProfile.STATE_CONNECTED); in testConnectedInConnecting()
218 sendConnectionEvent(BluetoothProfile.STATE_CONNECTING); in testConnectingInConnecting()
[all …]
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java206 public void sendConnectionEvent(String event, Bundle extras) { in sendConnectionEvent() method in TestTelephonyConnection
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java819 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, null); in testSendConnectionEventNull()
840 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, testBundle); in testSendConnectionEventNotNull()
DConnectionServiceFixture.java724 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception { in sendConnectionEvent() method in ConnectionServiceFixture
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java3380 sendConnectionEvent(event, extras); in sendTelephonyConnectionEvent()
3649 sendConnectionEvent(Connection.EVENT_DEVICE_TO_DEVICE_MESSAGE, extras); in onMessagesReceived()