Searched refs:maxCallVolume (Results 1 – 1 of 1) sorted by relevance
730 int maxCallVolume = SystemProperties.getInt("ro.config.vc_call_vol_steps", -1); in AudioService() local731 if (maxCallVolume != -1) { in AudioService()732 MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL] = maxCallVolume; in AudioService()734 (maxCallVolume * 3) / 4; in AudioService()