Searched refs:DRIVER_DISPLAY_ID (Results 1 – 1 of 1) sorted by relevance
125 private static final int DRIVER_DISPLAY_ID = 121; field in CarInputServiceTest196 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()