Home
last modified time | relevance | path

Searched refs:defaultSystemVolume (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java776 int defaultSystemVolume = SystemProperties.getInt("ro.config.system_vol_default", -1); in AudioService() local
777 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()