Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1094 int maxCallVolume = SystemProperties.getInt("ro.config.vc_call_vol_steps", -1); in AudioService() local
1095 if (maxCallVolume != -1) { in AudioService()
1096 MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL] = maxCallVolume; in AudioService()