Home
last modified time | relevance | path

Searched refs:connectionStateChanged (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java119 StackEvent.connectionStateChanged(false, false); in testDisconnect()
145 StackEvent.connectionStateChanged(false, false); in testControlOnly()
172 StackEvent.connectionStateChanged(false, false); in testBrowsingOnly()
500 mAvrcpStateMachine.connect(StackEvent.connectionStateChanged(control, browsing)); in setUpConnectedState()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DStackEvent.java45 static StackEvent connectionStateChanged(boolean remoteControlConnected, in connectionStateChanged() method in StackEvent
DAvrcpControllerService.java296 StackEvent.connectionStateChanged(remoteControlConnected, browsingConnected); in onConnectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DStackEvent.java62 static StackEvent connectionStateChanged(BluetoothDevice device, int state) { in connectionStateChanged() method in StackEvent
DA2dpSinkService.java407 StackEvent event = StackEvent.connectionStateChanged(getDevice(address), state); in onConnectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java741 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, in connectionStateChanged() method in HearingAidService
788 connectionStateChanged(device, fromState, toState); in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java1077 private void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in A2dpService
1124 connectionStateChanged(device, fromState, toState); in onReceive()