Searched refs:mCurrentCarPropertyValue (Results 1 – 2 of 2) sorted by relevance
45 private CarPropertyValue<?> mCurrentCarPropertyValue; field in ContCarPropertyEventTracker72 return mCurrentCarPropertyValue; in getCurrentCarPropertyValue()142 if (mEnableVur && status == mCurrentStatus && mCurrentCarPropertyValue != null in hasUpdate()143 && Objects.deepEquals(value, mCurrentCarPropertyValue.getValue())) { in hasUpdate()152 mCurrentCarPropertyValue = sanitizedCarPropertyValue; in hasUpdate()
32 private CarPropertyValue<?> mCurrentCarPropertyValue; field in OnChangeCarPropertyEventTracker45 return mCurrentCarPropertyValue; in getCurrentCarPropertyValue()61 mCurrentCarPropertyValue = carPropertyValue; in hasUpdate()