Searched defs:indexMin (Results 1 – 2 of 2) sorted by relevance
53 public static int resetVolumeIndex(int indexMin, int indexMax) { in resetVolumeIndex()57 public static int incrementVolumeIndex(int index, int indexMin, int indexMax) { in incrementVolumeIndex()
2611 int indexMin = mAudioManager.getVolumeGroupMinVolumeIndex(volumeGroupId); in testAdjustVolumeGroupVolume() local