OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLAY_STATUS_PAUSED
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerConstants.java
120
public static final int
PLAY_STATUS_PAUSED
= 0x02;
AvrcpControllerService.java
245
AvrcpControllerConstants.
PLAY_STATUS_PAUSED
) ||
263
AvrcpControllerConstants.
PLAY_STATUS_PAUSED
)||
277
AvrcpControllerConstants.
PLAY_STATUS_PAUSED
);
554
((byte) AvrcpControllerConstants.
PLAY_STATUS_PAUSED
,
[
all
...]
AvrcpControllerClasses.java
144
case AvrcpControllerConstants.
PLAY_STATUS_PAUSED
:
/packages/apps/TV/src/com/android/tv/
TimeShiftManager.java
66
@IntDef({
PLAY_STATUS_PAUSED
, PLAY_STATUS_PLAYING})
68
public static final int
PLAY_STATUS_PAUSED
= 0;
373
* Returns the playback status. The value is
PLAY_STATUS_PAUSED
or PLAY_STATUS_PLAYING.
491
return mPlayController.mAvailable && mPlayController.mPlayStatus ==
PLAY_STATUS_PAUSED
;
601
@PlayStatus private int mPlayStatus =
PLAY_STATUS_PAUSED
;
642
if (mPlayStatus ==
PLAY_STATUS_PAUSED
&&
686
mPlayController.setPlayStatus(
PLAY_STATUS_PAUSED
);
743
setPlayStatus(
PLAY_STATUS_PAUSED
);
748
if (mPlayStatus ==
PLAY_STATUS_PAUSED
) {
[
all
...]
/packages/apps/TV/src/com/android/tv/menu/
PlayControlsRowView.java
450
if (mTimeShiftManager.getPlayStatus() == TimeShiftManager.
PLAY_STATUS_PAUSED
) {
Completed in 83 milliseconds