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