Home
last modified time | relevance | path

Searched refs:FEATURE_PLAY (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayer.java46 public static final int FEATURE_PLAY = 40; field in AvrcpPlayer
205 if (supportsFeature(FEATURE_PLAY)) { in updateAvailableActions()
DAvrcpControllerStateMachine.java166 apb.setSupportedFeature(AvrcpPlayer.FEATURE_PLAY); in AvrcpControllerStateMachine()
668 apb.setSupportedFeature(AvrcpPlayer.FEATURE_PLAY); in processMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayerTest.java38 private static final int TEST_FEATURE = AvrcpPlayer.FEATURE_PLAY;