Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java125 private static final int DRIVER_DISPLAY_ID = 121; field in CarInputServiceTest
196 eq(CarOccupantZoneManager.DISPLAY_TYPE_MAIN))).thenReturn(DRIVER_DISPLAY_ID); in setUpCarOccupantZoneService()
1037 verify(mCarPowerManagementService).notifyUserActivity(eq(DRIVER_DISPLAY_ID), anyLong()); in onKeyEvent_keyCodeAtoDriverSeat_triggersDefaultKeyEventMainListener()
1172 verify(mCarPowerManagementService).notifyUserActivity(eq(DRIVER_DISPLAY_ID), in onMotionEvent_injectsMotionEventToDriverSeat()