Home
last modified time | relevance | path

Searched defs:sendConnectionEvent (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachineTest.java92 private void sendConnectionEvent(int state) { in sendConnectionEvent() method in A2dpSinkStateMachineTest
DA2dpSinkServiceTest.java127 private void sendConnectionEvent(BluetoothDevice device, int newState) { in sendConnectionEvent() method in A2dpSinkServiceTest
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java207 public void sendConnectionEvent(String event, Bundle extras) { in sendConnectionEvent() method in TestTelephonyConnection
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java709 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception { in sendConnectionEvent() method in ConnectionServiceFixture