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.java159 StackEvent.connectionStateChanged(false, false); in testDisconnect()
194 StackEvent.connectionStateChanged(false, false); in testControlOnly()
226 StackEvent.connectionStateChanged(false, false); in testBrowsingOnly()
829 secondAvrcpStateMachine.connect(StackEvent.connectionStateChanged(true, true)); in testPlaybackWhileNotActiveDevice()
875 secondAvrcpStateMachine.connect(StackEvent.connectionStateChanged(true, true)); in testActiveDeviceManagement()
910 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.java354 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.java485 StackEvent event = StackEvent.connectionStateChanged(getDevice(address), state); in onConnectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java790 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, in connectionStateChanged() method in HearingAidService
837 connectionStateChanged(device, fromState, toState); in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java1144 private void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in A2dpService
1187 connectionStateChanged(device, fromState, toState); in onReceive()