Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java83 private static final int MEDIA_MAX_VOL = 25; field in VolumeControlServiceTest
119 doReturn(MEDIA_MAX_VOL) in setUp()
608 testVolumeCalculations(AudioManager.STREAM_MUSIC, MEDIA_MIN_VOL, MEDIA_MAX_VOL); in testAutonomousVolumeStateChange()
619 int streamVol = getLeAudioVolume(19, MEDIA_MIN_VOL, MEDIA_MAX_VOL, streamType); in testAutonomousMuteUnmute()
698 (int) Math.round((double) (volume_groupId_1 * MEDIA_MAX_VOL) / BT_LE_AUDIO_MAX_VOL); in testActiveGroupChange()
704 (int) Math.round((double) (volume_groupId_2 * MEDIA_MAX_VOL) / BT_LE_AUDIO_MAX_VOL); in testActiveGroupChange()