Searched refs:mLastSpeedTimestamp (Results 1 – 1 of 1) sorted by relevance
87 private long mLastSpeedTimestamp = NOT_RECEIVED; field in CarDrivingStateService306 if (curTimestamp > mLastSpeedTimestamp) { in handlePropertyEventLocked()307 mLastSpeedTimestamp = curTimestamp; in handlePropertyEventLocked()421 if (mLastSpeedTimestamp == NOT_RECEIVED || mLastSpeed < 0) { in inferDrivingStateLocked()502 if (mLastSpeedTimestamp == NOT_RECEIVED) { in updateVehiclePropertiesIfNeededLocked()508 mLastSpeedTimestamp = propertyValue.getTimestamp(); in updateVehiclePropertiesIfNeededLocked()