Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTestUtil.java53 public static int resetVolumeIndex(int indexMin, int indexMax) { in resetVolumeIndex() argument
54 return (indexMax + indexMin) / 2; in resetVolumeIndex()
57 public static int incrementVolumeIndex(int index, int indexMin, int indexMax) { in incrementVolumeIndex() argument
58 return (index + 1 > indexMax) ? resetVolumeIndex(indexMin, indexMax) : ++index; in incrementVolumeIndex()
DAudioManagerTest.java2611 int indexMin = mAudioManager.getVolumeGroupMinVolumeIndex(volumeGroupId); in testAdjustVolumeGroupVolume() local
2612 boolean isMutable = (indexMin == 0) || (volumeGroupId == voiceCallVolumeGroup); in testAdjustVolumeGroupVolume()
2615 int index = resetVolumeIndex(indexMin, indexMax); in testAdjustVolumeGroupVolume()
2644 while (index > indexMin) { in testAdjustVolumeGroupVolume()
2664 + volumeGroupId, readIndex, indexMin); in testAdjustVolumeGroupVolume()
2669 index = resetVolumeIndex(indexMin, indexMax); in testAdjustVolumeGroupVolume()
2692 + volumeGroupId, readIndex, indexMin); in testAdjustVolumeGroupVolume()
2718 + volumeGroupId, readIndex, indexMin); in testAdjustVolumeGroupVolume()
2737 index = resetVolumeIndex(indexMin, indexMax); in testAdjustVolumeGroupVolume()