Searched refs:defaultAlarmVolume (Results 1 – 1 of 1) sorted by relevance
761 int defaultAlarmVolume = SystemProperties.getInt("ro.config.alarm_vol_default", -1); in AudioService() local762 if (defaultAlarmVolume != -1 && in AudioService()763 defaultAlarmVolume <= MAX_STREAM_VOLUME[AudioSystem.STREAM_ALARM]) { in AudioService()764 AudioSystem.DEFAULT_STREAM_VOLUME[AudioSystem.STREAM_ALARM] = defaultAlarmVolume; in AudioService()