Searched refs:defaultSystemVolume (Results 1 – 1 of 1) sorted by relevance
776 int defaultSystemVolume = SystemProperties.getInt("ro.config.system_vol_default", -1); in AudioService() local777 if (defaultSystemVolume != -1 && in AudioService()778 defaultSystemVolume <= MAX_STREAM_VOLUME[AudioSystem.STREAM_SYSTEM]) { in AudioService()779 AudioSystem.DEFAULT_STREAM_VOLUME[AudioSystem.STREAM_SYSTEM] = defaultSystemVolume; in AudioService()