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