Searched refs:KeyEventListener (Results 1 – 4 of 4) sorted by relevance
97 @Mock CarInputService.KeyEventListener mDefaultMainListener;98 @Mock CarInputService.KeyEventListener mInstrumentClusterKeyListener;254 CarInputService.KeyEventListener listener = mock(CarInputService.KeyEventListener.class); in ordinaryEvents_onInstrumentClusterDisplay_routedToListener()263 CarInputService.KeyEventListener instrumentClusterListener = in customEventHandler_capturesDisplayMainEvent_capturedByInputController()277 CarInputService.KeyEventListener instrumentClusterListener = in customEventHandler_capturesDisplayMainEvent_missedByInputController()291 CarInputService.KeyEventListener instrumentClusterListener = in customEventHandler_capturesClusterEvents_capturedByInstrumentCluster()303 private CarInputService.KeyEventListener setupInstrumentClusterListener() { in setupInstrumentClusterListener()304 CarInputService.KeyEventListener instrumentClusterListener = in setupInstrumentClusterListener()305 mock(CarInputService.KeyEventListener.class); in setupInstrumentClusterListener()
81 @Mock private CarInputService.KeyEventListener mDefaultMainListener;
91 public interface KeyEventListener { interface in CarInputService176 private final KeyEventListener mMainDisplayHandler;201 private KeyEventListener mInstrumentClusterKeyListener;269 KeyEventListener mainDisplayHandler, in CarInputService()313 public void setInstrumentClusterKeyListener(KeyEventListener listener) { in setInstrumentClusterKeyListener()695 KeyEventListener listener = null; in handleInstrumentClusterKey()
50 import com.android.car.CarInputService.KeyEventListener;70 public class InstrumentClusterService implements CarServiceBase, KeyEventListener,