Searched refs:powerManagementService (Results 1 – 2 of 2) sorted by relevance
31 MockCarPowerManagementService powerManagementService = new MockCarPowerManagementService(); in testMaintenanceActive() local34 powerManagementService, in testMaintenanceActive()39 powerManagementService.doNotifyPrepareShutdown(false)); in testMaintenanceActive()52 MockCarPowerManagementService powerManagementService = new MockCarPowerManagementService(); in testMaintenanceInactive() local55 powerManagementService, in testMaintenanceInactive()59 powerManagementService.doNotifyPrepareShutdown(false)); in testMaintenanceInactive()65 MockCarPowerManagementService powerManagementService = new MockCarPowerManagementService(); in testDisplayOn() local68 powerManagementService, in testDisplayOn()72 powerManagementService.doNotifyPrepareShutdown(false); in testDisplayOn()74 powerManagementService.doNotifyPowerOn(true); in testDisplayOn()[all …]
114 public GarageModeService(Context context, CarPowerManagementService powerManagementService) { in GarageModeService() argument115 this(context, powerManagementService, null); in GarageModeService()119 protected GarageModeService(Context context, CarPowerManagementService powerManagementService, in GarageModeService() argument122 mPowerManagementService = powerManagementService; in GarageModeService()