Searched refs:maxIndex (Results 1 – 2 of 2) sorted by relevance
124 int maxIndex = startIndex; in findMaxIndex() local126 if (data[i] > data[maxIndex]) { in findMaxIndex()127 maxIndex = i; in findMaxIndex()130 return maxIndex; in findMaxIndex()
1574 final int maxIndex = mAudioManager.getStreamMaxVolume(streamType); in testGetStreamVolumeDb() local1576 + " to max vol index (" + maxIndex + ")", minIndex <= maxIndex); in testGetStreamVolumeDb()1579 for (int idx = minIndex ; idx <= maxIndex ; idx++) { in testGetStreamVolumeDb()