Searched refs:MAX_STREAM_VOLUME (Results 1 – 1 of 1) sorted by relevance
301 protected static int[] MAX_STREAM_VOLUME = new int[] { field in AudioService654 MAX_STREAM_VOLUME[streamType] = maxVolume; in AudioService()665 MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL] = maxCallVolume; in AudioService()670 defaultCallVolume <= MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL] && in AudioService()675 (MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL] * 3) / 4; in AudioService()680 MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] = maxMusicVolume; in AudioService()685 defaultMusicVolume <= MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] && in AudioService()691 MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] / 4; in AudioService()694 MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] / 3; in AudioService()700 MAX_STREAM_VOLUME[AudioSystem.STREAM_ALARM] = maxAlarmVolume; in AudioService()[all …]