Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarNightService.java57 private long mLastSensorEventTime = -1; field in CarNightService
94 && value.getTimestamp() > mLastSensorEventTime) { in onNightModeCarPropertyEventLocked()
95 mLastSensorEventTime = value.getTimestamp(); in onNightModeCarPropertyEventLocked()
98 + nightMode + " at timestamp: " + mLastSensorEventTime); in onNightModeCarPropertyEventLocked()
176 mLastSensorEventTime = propertyValue.getTimestamp(); in init()
196 ? "false, timestamp of dayNight sensor is: " + mLastSensorEventTime in dump()