Searched refs:VIBRATION_INTENSITY_VALIDATOR (Results 1 – 3 of 3) sorted by relevance
26 import static android.provider.settings.validators.SettingsValidators.VIBRATION_INTENSITY_VALIDATOR;128 VALIDATORS.put(System.ALARM_VIBRATION_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument129 VALIDATORS.put(System.MEDIA_VIBRATION_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument130 VALIDATORS.put(System.NOTIFICATION_VIBRATION_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument131 VALIDATORS.put(System.RING_VIBRATION_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument132 VALIDATORS.put(System.HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument133 VALIDATORS.put(System.HARDWARE_HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument
220 static final Validator VIBRATION_INTENSITY_VALIDATOR = new InclusiveIntegerRangeValidator(0, 3); field in SettingsValidators
42956 Landroid/provider/Settings$System;->VIBRATION_INTENSITY_VALIDATOR:Landroid/provider/SettingsValidat…