Home
last modified time | relevance | path

Searched refs:isIndexPlayable (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
DMediaBrowserServiceSupport.java450 if (QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) { in onSkipToNext()
469 if (QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) { in onSkipToPrevious()
544 if (QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) { in handlePlayRequest()
579 if (!QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) { in updateMetadata()
665 if (QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) { in updatePlaybackState()
714 if (QueueHelper.isIndexPlayable(mCurrentIndexOnQueue, mPlayingQueue)) { in getCurrentPlayingMusic()
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/utils/
DQueueHelper.java147 public static boolean isIndexPlayable(int index, List<MediaSessionCompat.QueueItem> queue) { in isIndexPlayable() method in QueueHelper