Searched refs:maxCallVolume (Results 1 – 1 of 1) sorted by relevance
663 int maxCallVolume = SystemProperties.getInt("ro.config.vc_call_vol_steps", -1); in AudioService() local664 if (maxCallVolume != -1) { in AudioService()665 MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL] = maxCallVolume; in AudioService()