Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java310 protected static int[] MAX_STREAM_VOLUME = new int[] { field in AudioService
660 MAX_STREAM_VOLUME[streamType] = maxVolume; in AudioService()
671 MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL] = maxCallVolume; in AudioService()
676 defaultCallVolume <= MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL] && in AudioService()
686 MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] = maxMusicVolume; in AudioService()
691 defaultMusicVolume <= MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] && in AudioService()
697 MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] / 4; in AudioService()
700 MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] / 3; in AudioService()
706 MAX_STREAM_VOLUME[AudioSystem.STREAM_ALARM] = maxAlarmVolume; in AudioService()
711 defaultAlarmVolume <= MAX_STREAM_VOLUME[AudioSystem.STREAM_ALARM]) { in AudioService()
[all …]