Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1149 int defaultSystemVolume = SystemProperties.getInt("ro.config.system_vol_default", -1); in AudioService() local
1150 if (defaultSystemVolume != -1 && in AudioService()
1151 defaultSystemVolume <= MAX_STREAM_VOLUME[AudioSystem.STREAM_SYSTEM]) { in AudioService()
1152 AudioSystem.DEFAULT_STREAM_VOLUME[AudioSystem.STREAM_SYSTEM] = defaultSystemVolume; in AudioService()