Searched refs:connectionStateChanged (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachineTest.java | 119 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/ |
D | StackEvent.java | 45 static StackEvent connectionStateChanged(boolean remoteControlConnected, in connectionStateChanged() method in StackEvent
|
D | AvrcpControllerService.java | 296 StackEvent.connectionStateChanged(remoteControlConnected, browsingConnected); in onConnectionStateChanged()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | StackEvent.java | 62 static StackEvent connectionStateChanged(BluetoothDevice device, int state) { in connectionStateChanged() method in StackEvent
|
D | A2dpSinkService.java | 407 StackEvent event = StackEvent.connectionStateChanged(getDevice(address), state); in onConnectionStateChanged()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 741 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/ |
D | A2dpService.java | 1077 private void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in A2dpService 1124 connectionStateChanged(device, fromState, toState); in onReceive()
|