Searched refs:mCarPowerService (Results 1 – 2 of 2) sorted by relevance
51 private CarPowerManagementService mCarPowerService; field in GarageModeController65 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()
217 private final CarPowerManagementService mCarPowerService; field in CarInputService346 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()