Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DCarPowerManagementService.java261 ICarPowerPolicySystemNotification powerPolicyDaemon) { in CarPowerManagementService() argument
263 carUserService, powerPolicyDaemon, in CarPowerManagementService()
272 ICarPowerPolicySystemNotification powerPolicyDaemon, in CarPowerManagementService() argument
291 mCarPowerPolicyDaemon = powerPolicyDaemon; in CarPowerManagementService()
292 if (powerPolicyDaemon != null) { in CarPowerManagementService()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DICarImpl.java176 @Nullable ICarPowerPolicySystemNotification powerPolicyDaemon) { in ICarImpl() argument
243 systemInterface, mCarUserService, powerPolicyDaemon)); in ICarImpl()