Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarInputServiceTest.java97 @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()
H A DCarInputRotaryServiceTest.java81 @Mock private CarInputService.KeyEventListener mDefaultMainListener;
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarInputService.java91 public interface KeyEventListener { interface in CarInputService
176 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()
/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DInstrumentClusterService.java50 import com.android.car.CarInputService.KeyEventListener;
70 public class InstrumentClusterService implements CarServiceBase, KeyEventListener,