Home
last modified time | relevance | path

Searched refs:cancelVibrateIfAvailable (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DInputDeviceDelegate.java111 public boolean cancelVibrateIfAvailable() { in cancelVibrateIfAvailable() method in InputDeviceDelegate
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DInputDeviceDelegateTest.java294 assertFalse(mInputDeviceDelegate.cancelVibrateIfAvailable()); in cancelVibrateIfAvailable_withNoInputDevice_returnsFalse()
309 assertTrue(mInputDeviceDelegate.cancelVibrateIfAvailable()); in cancelVibrateIfAvailable_withInputDevices_returnsTrueAndStopsAllDevices()