Home
last modified time | relevance | path

Searched defs:repeatCounter (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java551 int repeatCounter = 1; in dispatchesCustomInputEvent_mainDisplay() local
577 int repeatCounter = 1; in dispatchesCustomInputEvent_clusterDisplay() local
634 int repeatCounter = 1; in dispatchesCustomInputEvent_acceptInputCodeHigherThanF10() local
990 @DisplayTypeEnum int targetDisplayType, int repeatCounter) { in makeCustomInputPropValue()
/packages/services/Car/car-lib/src/android/car/input/
DCustomInputEvent.java87 int repeatCounter) { in CustomInputEvent()
/packages/services/Car/tests/CarServiceTest/src/com/android/car/input/
DCarInputManagerTest.java1021 private void injectCustomInputEvent(int inputCode, int targetDisplayType, int repeatCounter) { in injectCustomInputEvent()