OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PLAY_STATUS_PAUSED
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerConstants.java
120
public static final int
PLAY_STATUS_PAUSED
= 0x02;
/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
...]
Completed in 341 milliseconds