Home
last modified time | relevance | path

Searched refs:currentIndex (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DSequenceMatcher.java76 final int currentIndex = mSequence.size(); in accumulate() local
77 if (currentIndex >= mPredicates.length) { in accumulate()
81 if (mPredicates[currentIndex].test(element)) { in accumulate()
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DPersistence.java390 public GenerationIntent forget(int currentIndex) { in forget() argument
391 if (mLaunchFrom == currentIndex - 1) { in forget()
/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java486 int currentIndex = mCarAudioManager.getGroupVolume(mVolumeGroupId); in getGroupVolume() local
489 .that(currentIndex).isAtMost(maxIndex); in getGroupVolume()
491 .that(currentIndex).isAtLeast(minIndex); in getGroupVolume()
506 int currentIndex = mCarAudioManager.getGroupVolume(mZoneId, mVolumeGroupId); in getGroupVolume_withZoneId() local
509 mVolumeGroupId).that(currentIndex).isAtMost(maxIndex); in getGroupVolume_withZoneId()
511 mVolumeGroupId).that(currentIndex).isAtLeast(minIndex); in getGroupVolume_withZoneId()