Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowInputManager.java39 private List<InputManager.InputDeviceListener> mInputDeviceListeners; field in ShadowInputManager
43 mInputDeviceListeners = new ArrayList<>(); in __constructor__()
57 if (!mInputDeviceListeners.contains(listener)) { in registerInputDeviceListener()
58 mInputDeviceListeners.add(listener); in registerInputDeviceListener()
64 mInputDeviceListeners.remove(listener); in unregisterInputDeviceListener()