Home
last modified time | relevance | path

Searched defs:maxIndex (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioDeviceVolumeManagerTest.java125 final int maxIndex = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in testSetGetVolume() local
DAudioManagerTest.java1904 final int maxIndex = mAudioManager.getStreamMaxVolume(streamType); in testGetStreamVolumeDb() local
/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java360 int maxIndex = mCarAudioManager.getGroupMaxVolume(PRIMARY_AUDIO_ZONE, index); in getVolumeGroupInfo_withMinMaxActivationVolumeFlagDisabled() local
386 int maxIndex = mCarAudioManager.getGroupMaxVolume(PRIMARY_AUDIO_ZONE, index); in getVolumeGroupInfo_withMinMaxActivationVolumeFlagEnabled() local
483 int maxIndex = mCarAudioManager.getGroupMaxVolume(mVolumeGroupId); in getGroupVolume() local
503 int maxIndex = mCarAudioManager.getGroupMaxVolume(mZoneId, mVolumeGroupId); in getGroupVolume_withZoneId() local
521 int maxIndex = mCarAudioManager.getGroupMaxVolume(mVolumeGroupId); in setGroupVolume_toMax_succeeds() local
561 int maxIndex = mCarAudioManager.getGroupMaxVolume(mZoneId, mVolumeGroupId); in setGroupVolume_withZone_toMax_succeeds() local
600 int maxIndex = mCarAudioManager.getGroupMaxVolume(mZoneId, mVolumeGroupId); in setGroupVolume_aboveMax_throwsException() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java124 int maxIndex = startIndex; in findMaxIndex() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderLowLatencyTest.java277 int maxIndex = 0; in testLowLatencyVideo() local