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