Home
last modified time | relevance | path

Searched refs:FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DVibrationAttributes.java148 FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF,
172 public static final int FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF = 1 << 1; field in VibrationAttributes
206 FLAG_BYPASS_INTERRUPTION_POLICY | FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF
456 mFlags |= FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF; in setFlags()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationSettingsTest.java365 VibrationAttributes.FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_vibrateOnDisabled_ignoresUsagesNotAccessibility()
392 VibrationAttributes.FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_withRingSettingsOff_allowsAllVibrations()
409 VibrationAttributes.FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_withHapticFeedbackDisabled_ignoresTouchVibration()
424 VibrationAttributes.FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_withHapticFeedbackSettingsOff_ignoresTouchVibration()
439 VibrationAttributes.FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_withHardwareFeedbackSettingsOff_ignoresHardwareVibrations()
454 VibrationAttributes.FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_withNotificationSettingsOff_ignoresNotificationVibrations()
471 VibrationAttributes.FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_withRingSettingsOff_ignoresRingtoneVibrations()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationSettings.java397 VibrationAttributes.FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF)) { in shouldIgnoreVibration()
H A DVibratorManagerService.java92 | VibrationAttributes.FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF;
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java5976 .setFlags(VibrationAttributes.FLAG_BYPASS_USER_VIBRATION_INTENSITY_OFF)