Searched refs:mInputListener (Results 1 – 2 of 2) sorted by relevance
63 @Mock InputHalService.InputListener mInputListener; field in InputHalServiceTest91 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 …]
85 inputManager.registerInputDeviceListener(mInputListener, mHandler); in registerInputMethodMonitor()97 private InputManager.InputDeviceListener mInputListener = field in BluetoothInputDeviceConnector126 inputManager.unregisterInputDeviceListener(mInputListener); in unregisterInputMethodMonitor()