Searched refs:maxSystemVolume (Results 1 – 1 of 1) sorted by relevance
1292 int maxSystemVolume = SystemProperties.getInt("ro.config.system_vol_steps", -1); in AudioService() local1293 if (maxSystemVolume != -1) { in AudioService()1294 MAX_STREAM_VOLUME[AudioSystem.STREAM_SYSTEM] = maxSystemVolume; in AudioService()