Searched refs:maxMusicVolume (Results 1 – 1 of 1) sorted by relevance
678 int maxMusicVolume = SystemProperties.getInt("ro.config.media_vol_steps", -1); in AudioService() local679 if (maxMusicVolume != -1) { in AudioService()680 MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] = maxMusicVolume; in AudioService()