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