Searched refs:VIBRATION_INTENSITY_VALIDATOR (Results 1 – 3 of 3) sorted by relevance
28 import static android.provider.settings.validators.SettingsValidators.VIBRATION_INTENSITY_VALIDATOR;140 VALIDATORS.put(System.ALARM_VIBRATION_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument141 VALIDATORS.put(System.MEDIA_VIBRATION_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument142 VALIDATORS.put(System.NOTIFICATION_VIBRATION_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument143 VALIDATORS.put(System.RING_VIBRATION_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument144 VALIDATORS.put(System.HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument145 VALIDATORS.put(System.HARDWARE_HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_VALIDATOR); in VALIDATORS.put() argument
223 static final Validator VIBRATION_INTENSITY_VALIDATOR = new InclusiveIntegerRangeValidator(0, 3); field in SettingsValidators
42313 Landroid/provider/Settings$System;->VIBRATION_INTENSITY_VALIDATOR:Landroid/provider/SettingsValidat…