HomeSort by relevance Sort by last modified time
    Searched refs:PLAY_STATUS_PLAYING (Results 1 - 6 of 6) sorted by null

  /packages/apps/TV/src/com/android/tv/
TimeShiftManager.java 66 @IntDef({PLAY_STATUS_PAUSED, PLAY_STATUS_PLAYING})
69 public static final int PLAY_STATUS_PLAYING = 1;
373 * Returns the playback status. The value is PLAY_STATUS_PAUSED or PLAY_STATUS_PLAYING.
482 && mPlayController.mPlayStatus == PLAY_STATUS_PLAYING
681 mPlayController.setPlayStatus(PLAY_STATUS_PLAYING);
736 setPlayStatus(PLAY_STATUS_PLAYING);
766 setPlayStatus(PLAY_STATUS_PLAYING);
779 setPlayStatus(PLAY_STATUS_PLAYING);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerConstants.java 119 public static final int PLAY_STATUS_PLAYING = 0x01;
AvrcpControllerService.java 247 AvrcpControllerConstants.PLAY_STATUS_PLAYING);
257 AvrcpControllerConstants.PLAY_STATUS_PLAYING)||
269 AvrcpControllerConstants.PLAY_STATUS_PLAYING)||
    [all...]
AvrcpControllerClasses.java 141 case AvrcpControllerConstants.PLAY_STATUS_PLAYING:
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRowView.java 346 if (mTimeShiftManager.getPlayStatus() == TimeShiftManager.PLAY_STATUS_PLAYING) {
  /system/bt/btif/src/
btif_rc.c 73 #define PLAY_STATUS_PLAYING 1
    [all...]

Completed in 474 milliseconds