Searched refs:mDeviceIdleController (Results 1 – 1 of 1) sorted by relevance
78 private DeviceIdleControllerWrapper mDeviceIdleController; field in GarageModeService106 mDeviceIdleController = new DefaultDeviceIdleController(); in GarageModeService()108 mDeviceIdleController = deviceIdleController; in GarageModeService()123 mMaintenanceActive = mDeviceIdleController.startTracking(this); in init()132 mDeviceIdleController.stopTracking(); in release()288 private IDeviceIdleController mDeviceIdleController; field in GarageModeService.DefaultDeviceIdleController294 mDeviceIdleController = IDeviceIdleController.Stub.asInterface( in startLocked()298 active = mDeviceIdleController in startLocked()309 if (mDeviceIdleController != null) { in stopTracking()310 mDeviceIdleController.unregisterMaintenanceActivityListener( in stopTracking()