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