Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java63 @Mock InputHalService.InputListener mInputListener; field in InputHalServiceTest
91 mInputHalService.setInputListener(mInputListener); in ignoresSetListener_beforeKeyInputSupported()
95 verify(mInputListener, never()).onKeyEvent(any(), anyInt()); in ignoresSetListener_beforeKeyInputSupported()
132 }).when(mInputListener).onKeyEvent(any(), eq(DISPLAY)); in dispatchesInputEvent_multiple_toListener()
237 mInputHalService.setInputListener(mInputListener); in subscribeListener()
256 reset(mInputListener); in dispatchSingleEvent()
258 verify(mInputListener).onKeyEvent(captor.capture(), eq(DISPLAY)); in dispatchSingleEvent()
259 reset(mInputListener); in dispatchSingleEvent()
276 reset(mInputListener); in dispatchSingleEventWithIndents()
279 verify(mInputListener).onKeyEvent(captor.capture(), eq(DISPLAY)); in dispatchSingleEventWithIndents()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothInputDeviceConnector.java85 inputManager.registerInputDeviceListener(mInputListener, mHandler); in registerInputMethodMonitor()
97 private InputManager.InputDeviceListener mInputListener = field in BluetoothInputDeviceConnector
126 inputManager.unregisterInputDeviceListener(mInputListener); in unregisterInputMethodMonitor()