Home
last modified time | relevance | path

Searched refs:PLAY_STATUS_STOPPED (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DRemoteMediaPlayers.java89 return AvrcpControllerConstants.PLAY_STATUS_STOPPED; in getPlayStatus()
DAvrcpControllerService.java243 AvrcpControllerConstants.PLAY_STATUS_STOPPED)|| in sendPassThroughCmd()
261 AvrcpControllerConstants.PLAY_STATUS_STOPPED)|| in sendPassThroughCmd()
275 AvrcpControllerConstants.PLAY_STATUS_STOPPED)|| in sendPassThroughCmd()
708 status == AvrcpControllerConstants.PLAY_STATUS_STOPPED) { in handleMessage()
DAvrcpControllerConstants.java118 public static final int PLAY_STATUS_STOPPED = 0x00; field in AvrcpControllerConstants
DAvrcpControllerClasses.java136 case AvrcpControllerConstants.PLAY_STATUS_STOPPED: in mapBtPlayStatustoPlayBackState()
315 mPlayStatus = AvrcpControllerConstants.PLAY_STATUS_STOPPED; in resetPlayer()