Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/power/
DICarPower.aidl53 void notifyUserActivity(int displayId); in notifyUserActivity() method
DCarPowerManager.java681 public void notifyUserActivity(int displayId) { in notifyUserActivity() method in CarPowerManager
683 mService.notifyUserActivity(displayId); in notifyUserActivity()
/packages/services/Car/tools/GenericCarApiBuilder/scripts/
Dtracked_hidden_apis.txt19 android.car.hardware.power CarPowerManager void notifyUserActivity(int )
/packages/services/Car/service/src/com/android/car/
DCarInputService.java496 notifyUserActivity(event, targetDisplayType, seat); in onKeyEvent()
546 notifyUserActivity(event, targetDisplayType, seat); in onMotionEvent()
593 private void notifyUserActivity(InputEvent event, @DisplayTypeEnum int targetDisplayType, in notifyUserActivity() method in CarInputService
599 mCarPowerService.notifyUserActivity(displayId, event.getEventTime()); in notifyUserActivity()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/input/
DDisplayInputSinkController.java337 mCarPowerManager.notifyUserActivity(event.getDisplayId()); in mayStartDisplayInputLock()
374 mCarPowerManager.notifyUserActivity(event.getDisplayId()); in mayStartDisplayInputMonitor()
/packages/services/Car/tools/GenericCarApiBuilder/scripts/api-coverage/
Dapis-without-coverage.txt36 android.car.hardware.power.CarPowerManager#notifyUserActivity(int)
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/input/
DDisplayInputSinkControllerTest.java419 verify(mCarPowerManager, times(1)).notifyUserActivity(mPassengerDisplayId1); in displayInputMonitorCallback_triggers_notifyUserActivity()
435 verify(mCarPowerManager, times(1)).notifyUserActivity(mPassengerDisplayId2); in displayInputLockCallback_triggers_notifyUserActivity()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java1037 verify(mCarPowerManagementService).notifyUserActivity(eq(DRIVER_DISPLAY_ID), anyLong()); in onKeyEvent_keyCodeAtoDriverSeat_triggersDefaultKeyEventMainListener()
1048 verify(mCarPowerManagementService).notifyUserActivity(eq(PASSENGER_DISPLAY_ID), anyLong()); in onKeyEvent_keyCodeAtoPassengerSeat_triggersDefaultKeyEventMainListener()
1172 verify(mCarPowerManagementService).notifyUserActivity(eq(DRIVER_DISPLAY_ID), in onMotionEvent_injectsMotionEventToDriverSeat()
1191 verify(mCarPowerManagementService).notifyUserActivity(eq(PASSENGER_DISPLAY_ID), in onMotionEvent_injectsMotionEventToPassengerSeat()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java1893 public void notifyUserActivity(int displayId, long eventTime) { in notifyUserActivity() method in CarPowerManagementService
1898 public void notifyUserActivity(int displayId) { in notifyUserActivity() method in CarPowerManagementService
1900 notifyUserActivity(displayId, SystemClock.uptimeMillis()); in notifyUserActivity()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java1704 mService.notifyUserActivity(displayId); in testNotifyUserActivity_withoutTimestamp()
1717 mService.notifyUserActivity(displayId, timestamp); in testNotifyUserActivity_withTimestamp()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis.txt451 android.car.hardware.power CarPowerManager void notifyUserActivity(int displayId)