Home
last modified time | relevance | path

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

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