Home
last modified time | relevance | path

Searched refs:DEVICE_STATE_INACTIVE (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java96 public static final int DEVICE_STATE_INACTIVE = 0; field in AvrcpControllerService
234 oldStateMachine.setDeviceState(DEVICE_STATE_INACTIVE); in setActiveDevice()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java188 mAvrcpStateMachine.setDeviceState(AvrcpControllerService.DEVICE_STATE_INACTIVE); in setActiveDevice()