Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DInputDeviceDelegate.java31 final class InputDeviceDelegate implements InputManager.InputDeviceListener { class
52 InputDeviceDelegate(Context context, Handler handler) { in InputDeviceDelegate() method in InputDeviceDelegate
H A DVibratorManagerService.java153 private final InputDeviceDelegate mInputDeviceDelegate;
198 mInputDeviceDelegate = new InputDeviceDelegate(mContext, mHandler); in VibratorManagerService()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DInputDeviceDelegateTest.java81 private InputDeviceDelegate mInputDeviceDelegate;
96 mInputDeviceDelegate = new InputDeviceDelegate( in setUp()
109 InputDeviceDelegate inputDeviceDelegate = new InputDeviceDelegate( in beforeSystemReady_ignoresAnyUpdate()