Searched refs:currentIndex (Results 1 – 3 of 3) sorted by relevance
76 final int currentIndex = mSequence.size(); in accumulate() local77 if (currentIndex >= mPredicates.length) { in accumulate()81 if (mPredicates[currentIndex].test(element)) { in accumulate()
390 public GenerationIntent forget(int currentIndex) { in forget() argument391 if (mLaunchFrom == currentIndex - 1) { in forget()
486 int currentIndex = mCarAudioManager.getGroupVolume(mVolumeGroupId); in getGroupVolume() local489 .that(currentIndex).isAtMost(maxIndex); in getGroupVolume()491 .that(currentIndex).isAtLeast(minIndex); in getGroupVolume()506 int currentIndex = mCarAudioManager.getGroupVolume(mZoneId, mVolumeGroupId); in getGroupVolume_withZoneId() local509 mVolumeGroupId).that(currentIndex).isAtMost(maxIndex); in getGroupVolume_withZoneId()511 mVolumeGroupId).that(currentIndex).isAtLeast(minIndex); in getGroupVolume_withZoneId()