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

  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java 408 if (QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) {
427 if (QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) {
502 if (QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) {
537 if (!QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) {
627 if (QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) {
674 if (QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) {
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
QueueHelper.java 146 public static boolean isIndexPlayable(int index, List<MediaSession.QueueItem> queue) {

Completed in 92 milliseconds