Home
last modified time | relevance | path

Searched refs:vibrateIfAvailable (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DInputDeviceDelegate.java96 public boolean vibrateIfAvailable(Vibration.CallerInfo callerInfo, CombinedVibration effect) { in vibrateIfAvailable() method in InputDeviceDelegate
H A DVibratorManagerService.java679 boolean inputDevicesAvailable = mInputDeviceDelegate.vibrateIfAvailable( in startVibrationLocked()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DInputDeviceDelegateTest.java269 assertFalse(mInputDeviceDelegate.vibrateIfAvailable( in vibrateIfAvailable_withNoInputDevice_returnsFalse()
284 assertTrue(mInputDeviceDelegate.vibrateIfAvailable( in vibrateIfAvailable_withInputDevices_returnsTrueAndVibratesAllDevices()