Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarDrivingStateService.java81 private long mLastGearTimestamp = NOT_RECEIVED; field in CarDrivingStateService
321 if (curTimestamp > mLastGearTimestamp) { in handlePropertyEventLocked()
322 mLastGearTimestamp = curTimestamp; in handlePropertyEventLocked()
439 if (mLastGearTimestamp != NOT_RECEIVED && mLastGear == VehicleGear.GEAR_PARK) { in isVehicleKnownToBeParkedLocked()
476 if (mLastGearTimestamp == NOT_RECEIVED) { in updateVehiclePropertiesIfNeededLocked()
482 mLastGearTimestamp = propertyValue.getTimestamp(); in updateVehiclePropertiesIfNeededLocked()