Searched refs:mPowerManagementService (Results 1 – 4 of 4) sorted by relevance
99 private CarPowerManagementService mPowerManagementService; field in VendorServiceController165 mPowerManagementService = CarLocalServices.getService(CarPowerManagementService.class); in init()177 mPowerManagementService.registerListener(mCarPowerStateListener); in init()191 mPowerManagementService.unregisterListener(mCarPowerStateListener); in release()
122 private CarPowerManagementService mPowerManagementService; field in CarRemoteDeviceServiceTest157 CarLocalServices.addService(CarPowerManagementService.class, mPowerManagementService); in setUp()165 mPowerManagementService, mSystemActivityMonitoringService, mActivityManager, in setUp()345 verify(mPowerManagementService).setDisplayPowerState(displayId, true); in testChangePowerStateOn()356 verify(mPowerManagementService).setDisplayPowerState(displayId, false); in testChangePowerStateOff()
140 private final CarPowerManagementService mPowerManagementService; field in CarMediaService401 mPowerManagementService = powerManagementService; in CarMediaService()545 CarPowerPolicy currentPolicy = mPowerManagementService.getCurrentPowerPolicy(); in isMediaPowerEnabled()628 mPowerManagementService.addPowerPolicyListener(filter, mPowerPolicyListener); in setPowerPolicyListener()640 mPowerManagementService.removePowerPolicyListener(mPowerPolicyListener); in release()
150 private final CarPowerManagementService mPowerManagementService; field in CarRemoteDeviceService287 mPowerManagementService = powerManagementService; in CarRemoteDeviceService()410 mPowerManagementService.setDisplayPowerState(id, powerOn); in setOccupantZonePower()