Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerConstants.java121 public static final int PLAY_STATUS_FWD_SEEK = 0x03; field in AvrcpControllerConstants
DAvrcpControllerService.java259 AvrcpControllerConstants.PLAY_STATUS_FWD_SEEK)|| in sendPassThroughCmd()
271 AvrcpControllerConstants.PLAY_STATUS_FWD_SEEK)|| in sendPassThroughCmd()
DAvrcpControllerClasses.java148 case AvrcpControllerConstants.PLAY_STATUS_FWD_SEEK: in mapBtPlayStatustoPlayBackState()