Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/garagemode/
DGarageModeController.java51 private CarPowerManagementService mCarPowerService; field in GarageModeController
65 mCarPowerService = CarLocalServices.getService(CarPowerManagementService.class); in init()
66 mCarPowerService.registerInternalListener(GarageModeController.this); in init()
73 mCarPowerService.unregisterInternalListener(GarageModeController.this); in release()
93 mCarPowerService.completeHandlingPowerStateChange(state, in onStateChanged()
101 mCarPowerService.completeHandlingPowerStateChange(state, GarageModeController.this); in onStateChanged()
105 () -> mCarPowerService.completeHandlingPowerStateChange(state, in onStateChanged()
/packages/services/Car/service/src/com/android/car/
DCarInputService.java217 private final CarPowerManagementService mCarPowerService; field in CarInputService
346 mCarPowerService = carPowerService; in CarInputService()
599 mCarPowerService.notifyUserActivity(displayId, event.getEventTime()); in notifyUserActivity()
874 mCarPowerService.setDisplayPowerState(displayId, /* enable= */ true); in handlePowerKey()
879 mCarPowerService.setDisplayPowerState(displayId, /* enable= */ false); in handlePowerKey()