Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DContCarPropertyEventTracker.java45 private CarPropertyValue<?> mCurrentCarPropertyValue; field in ContCarPropertyEventTracker
72 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()
DOnChangeCarPropertyEventTracker.java32 private CarPropertyValue<?> mCurrentCarPropertyValue; field in OnChangeCarPropertyEventTracker
45 return mCurrentCarPropertyValue; in getCurrentCarPropertyValue()
61 mCurrentCarPropertyValue = carPropertyValue; in hasUpdate()