Home
last modified time | relevance | path

Searched refs:mDeviceIdleController (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DGarageModeService.java78 private DeviceIdleControllerWrapper mDeviceIdleController; field in GarageModeService
106 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.DefaultDeviceIdleController
294 mDeviceIdleController = IDeviceIdleController.Stub.asInterface( in startLocked()
298 active = mDeviceIdleController in startLocked()
309 if (mDeviceIdleController != null) { in stopTracking()
310 mDeviceIdleController.unregisterMaintenanceActivityListener( in stopTracking()