Searched refs:mDefaultMotionEventMainListener (Results 1 – 2 of 2) sorted by relevance
84 @Mock private CarInputService.MotionEventListener mDefaultMotionEventMainListener; field in CarInputRotaryServiceTest302 mDefaultMotionEventMainListener, mLastCallSupplier, mLongPressDelaySupplier, in init()
102 @Mock CarInputService.MotionEventListener mDefaultMotionEventMainListener; field in CarInputServiceTest156 mDefaultMotionEventMainListener, mLastCallSupplier, mLongPressDelaySupplier, in setUp()1171 verify(mDefaultMotionEventMainListener).onMotionEvent(same(event)); in onMotionEvent_injectsMotionEventToDriverSeat()1190 verify(mDefaultMotionEventMainListener).onMotionEvent(same(event)); in onMotionEvent_injectsMotionEventToPassengerSeat()1271 verify(mDefaultMotionEventMainListener).onMotionEvent(event); in injectMotionEventForDriver_delegatesToOnKeyEvent()