Searched refs:VIBRATION_INTENSITY_LOW (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | VibrationScalerTest.java | 23 import static android.os.Vibrator.VIBRATION_INTENSITY_LOW; 121 setDefaultIntensity(USAGE_TOUCH, Vibrator.VIBRATION_INTENSITY_LOW); in testGetExternalVibrationScale() 130 setUserSetting(Settings.System.HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_LOW); in testGetExternalVibrationScale() 163 setUserSetting(Settings.System.NOTIFICATION_VIBRATION_INTENSITY, VIBRATION_INTENSITY_LOW); in scale_withPrebakedSegment_setsEffectStrengthBasedOnSettings() 175 setDefaultIntensity(USAGE_NOTIFICATION, VIBRATION_INTENSITY_LOW); in scale_withPrebakedEffect_setsEffectStrengthBasedOnSettings() 188 setUserSetting(Settings.System.NOTIFICATION_VIBRATION_INTENSITY, VIBRATION_INTENSITY_LOW); in scale_withPrebakedEffect_setsEffectStrengthBasedOnSettings() 201 setDefaultIntensity(USAGE_RINGTONE, VIBRATION_INTENSITY_LOW); in scale_withOneShotAndWaveform_resolvesAmplitude() 202 setUserSetting(Settings.System.RING_VIBRATION_INTENSITY, VIBRATION_INTENSITY_LOW); in scale_withOneShotAndWaveform_resolvesAmplitude() 218 setDefaultIntensity(USAGE_RINGTONE, VIBRATION_INTENSITY_LOW); in scale_withOneShotAndWaveform_scalesAmplitude() 221 setUserSetting(Settings.System.NOTIFICATION_VIBRATION_INTENSITY, VIBRATION_INTENSITY_LOW); in scale_withOneShotAndWaveform_scalesAmplitude() [all …]
|
H A D | VibrationSettingsTest.java | 30 import static android.os.Vibrator.VIBRATION_INTENSITY_LOW; 707 setUserSetting(Settings.System.ALARM_VIBRATION_INTENSITY, VIBRATION_INTENSITY_LOW); in getCurrentIntensity_returnsIntensityFromSettings() 708 setUserSetting(Settings.System.HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_LOW); in getCurrentIntensity_returnsIntensityFromSettings() 709 setUserSetting(Settings.System.HARDWARE_HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_LOW); in getCurrentIntensity_returnsIntensityFromSettings() 710 setUserSetting(Settings.System.NOTIFICATION_VIBRATION_INTENSITY, VIBRATION_INTENSITY_LOW); in getCurrentIntensity_returnsIntensityFromSettings() 711 setUserSetting(Settings.System.MEDIA_VIBRATION_INTENSITY, VIBRATION_INTENSITY_LOW); in getCurrentIntensity_returnsIntensityFromSettings() 712 setUserSetting(Settings.System.RING_VIBRATION_INTENSITY, VIBRATION_INTENSITY_LOW); in getCurrentIntensity_returnsIntensityFromSettings() 716 VIBRATION_INTENSITY_LOW, in getCurrentIntensity_returnsIntensityFromSettings() local 731 Settings.System.RING_VIBRATION_INTENSITY, VIBRATION_INTENSITY_LOW, in getCurrentIntensity_updateTriggeredAfterUserSwitched() local 735 assertEquals(VIBRATION_INTENSITY_LOW, in getCurrentIntensity_updateTriggeredAfterUserSwitched()
|
H A D | VibratorManagerServiceTest.java | 748 Vibrator.VIBRATION_INTENSITY_LOW); in vibrate_withVibrationAttributesEnforceFreshSettings_refreshesVibrationSettings() 1296 defaultTouchIntensity > Vibrator.VIBRATION_INTENSITY_LOW in vibrate_withIntensitySettings_appliesSettingsToScaleVibrations() 1334 assertEquals(defaultTouchIntensity > Vibrator.VIBRATION_INTENSITY_LOW, in vibrate_withIntensitySettings_appliesSettingsToScaleVibrations()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Vibrator.java | 65 public static final int VIBRATION_INTENSITY_LOW = 1; field in Vibrator 119 VIBRATION_INTENSITY_LOW,
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibrationScaler.java | 149 case Vibrator.VIBRATION_INTENSITY_LOW: in intensityToEffectStrength()
|
H A D | VibrationSettings.java | 617 case Vibrator.VIBRATION_INTENSITY_LOW: in intensityToString()
|
/aosp14/frameworks/base/core/api/ |
H A D | test-current.txt | 2452 field public static final int VIBRATION_INTENSITY_LOW = 1; // 0x1
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 40183 Landroid/os/Vibrator;->VIBRATION_INTENSITY_LOW:I
|