Searched refs:sendConnectionEvent (Results 1 – 5 of 5) sorted by relevance
100 private void sendConnectionEvent(int state) { in sendConnectionEvent() method in A2dpSinkStateMachineTest142 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 …]
206 public void sendConnectionEvent(String event, Bundle extras) { in sendConnectionEvent() method in TestTelephonyConnection
819 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, null); in testSendConnectionEventNull()840 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, testBundle); in testSendConnectionEventNotNull()
724 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception { in sendConnectionEvent() method in ConnectionServiceFixture
3380 sendConnectionEvent(event, extras); in sendTelephonyConnectionEvent()3649 sendConnectionEvent(Connection.EVENT_DEVICE_TO_DEVICE_MESSAGE, extras); in onMessagesReceived()