Searched refs:powerManagementService (Results 1 – 2 of 2) sorted by relevance
30 MockCarPowerManagementService powerManagementService = new MockCarPowerManagementService(); in testMaintenanceActive() local33 powerManagementService, in testMaintenanceActive()38 powerManagementService.doNotifyPrepareShutdown(false)); in testMaintenanceActive()51 MockCarPowerManagementService powerManagementService = new MockCarPowerManagementService(); in testMaintenanceInactive() local54 powerManagementService, in testMaintenanceInactive()58 powerManagementService.doNotifyPrepareShutdown(false)); in testMaintenanceInactive()64 MockCarPowerManagementService powerManagementService = new MockCarPowerManagementService(); in testDisplayOn() local67 powerManagementService, in testDisplayOn()71 powerManagementService.doNotifyPrepareShutdown(false); in testDisplayOn()73 powerManagementService.doNotifyPowerOn(true); in testDisplayOn()[all …]
96 public GarageModeService(Context context, CarPowerManagementService powerManagementService) { in GarageModeService() argument97 this(context, powerManagementService, null); in GarageModeService()101 protected GarageModeService(Context context, CarPowerManagementService powerManagementService, in GarageModeService() argument104 mPowerManagementService = powerManagementService; in GarageModeService()