Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayer.java124 public int getPlayStatus() { in getPlayStatus() method in AvrcpPlayer
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java483 if (mTimeShiftManager.getPlayStatus() == TimeShiftManager.PLAY_STATUS_PLAYING) { in onChildFocusChange()
590 if (mTimeShiftManager.getPlayStatus() == TimeShiftManager.PLAY_STATUS_PAUSED) { in updateButtons()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java70 PlayStatus getPlayStatus() { in getPlayStatus() method in AvrcpNativeInterface
/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java368 public int getPlayStatus() { in getPlayStatus() method in TimeShiftManager
1354 if (getPlayStatus() == PLAY_STATUS_PLAYING) { in onCurrentPositionChanged()