Searched refs:isIndexPlayable (Results 1 – 2 of 2) sorted by relevance
450 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()
147 public static boolean isIndexPlayable(int index, List<MediaSessionCompat.QueueItem> queue) { in isIndexPlayable() method in QueueHelper