Home
last modified time | relevance | path

Searched defs: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
/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java486 int currentIndex = mCarAudioManager.getGroupVolume(mVolumeGroupId); in getGroupVolume() local
506 int currentIndex = mCarAudioManager.getGroupVolume(mZoneId, mVolumeGroupId); in getGroupVolume_withZoneId() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DPersistence.java390 public GenerationIntent forget(int currentIndex) { in forget()