HomeSort by relevance Sort by last modified time
    Searched defs:PLAYBACK_STATE_PAUSED (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaItemStatus.java 32 * {@link #PLAYBACK_STATE_PLAYING playing}, {@link #PLAYBACK_STATE_PAUSED paused},
92 public static final int PLAYBACK_STATE_PAUSED = 2;
216 * {@link #PLAYBACK_STATE_PLAYING}, {@link #PLAYBACK_STATE_PAUSED},
277 case PLAYBACK_STATE_PAUSED:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
PipManager.java 118 static final int PLAYBACK_STATE_PAUSED = 1;
524 * This returns one of {@link PLAYBACK_STATE_PLAYING}, {@link PLAYBACK_STATE_PAUSED},
541 return PLAYBACK_STATE_PAUSED;
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 863 milliseconds