Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarNightService.java67 private long mLastSensorEventTime = -1; field in CarNightService
113 && value.getTimestamp() > mLastSensorEventTime) { in onNightModeCarPropertyEventLocked()
114 mLastSensorEventTime = value.getTimestamp(); in onNightModeCarPropertyEventLocked()
117 + nightMode + " at timestamp: " + mLastSensorEventTime); in onNightModeCarPropertyEventLocked()
219 mLastSensorEventTime = propertyValue.getTimestamp(); in init()
240 ? "false, timestamp of dayNight sensor is: " + mLastSensorEventTime in dump()