Searched refs:mLastGearTimestamp (Results 1 – 1 of 1) sorted by relevance
81 private long mLastGearTimestamp = NOT_RECEIVED; field in CarDrivingStateService321 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()