Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1144 int maxSystemVolume = SystemProperties.getInt("ro.config.system_vol_steps", -1); in AudioService() local
1145 if (maxSystemVolume != -1) { in AudioService()
1146 MAX_STREAM_VOLUME[AudioSystem.STREAM_SYSTEM] = maxSystemVolume; in AudioService()