Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DContCarPropertyEventTrackerUnitTest.java191 assertThat(mVurWithResolutionIntegerTracker.getCurrentCarPropertyValue()).isEqualTo( in testHasUpdate_withResolution_returnsSanitizedIntegerCarPropertyValue()
199 assertThat(mVurWithResolutionIntegerTracker.getCurrentCarPropertyValue()).isEqualTo( in testHasUpdate_withResolution_returnsSanitizedLongCarPropertyValue()
207 assertThat(mVurWithResolutionFloatTracker.getCurrentCarPropertyValue()).isEqualTo( in testHasUpdate_withResolution_returnsSanitizedFloatCarPropertyValue()
215 assertThat(mVurWithResolutionIntegerTracker.getCurrentCarPropertyValue()).isEqualTo( in testHasUpdate_withResolution_returnsSanitizedIntegerArrayCarPropertyValue()
223 assertThat(mVurWithResolutionIntegerTracker.getCurrentCarPropertyValue()).isEqualTo( in testHasUpdate_withResolution_returnsSanitizedLongArrayCarPropertyValue()
231 assertThat(mVurWithResolutionFloatTracker.getCurrentCarPropertyValue().getValue()) in testHasUpdate_withResolution_returnsSanitizedFloatArrayCarPropertyValue()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyEventTracker.java34 CarPropertyValue<?> getCurrentCarPropertyValue(); in getCurrentCarPropertyValue() method
DOnChangeCarPropertyEventTracker.java44 public CarPropertyValue<?> getCurrentCarPropertyValue() { in getCurrentCarPropertyValue() method in OnChangeCarPropertyEventTracker
DCarPropertyEventController.java176 return tracker.getCurrentCarPropertyValue(); in getCarPropertyValueIfCallbackRequired()
DContCarPropertyEventTracker.java71 public CarPropertyValue<?> getCurrentCarPropertyValue() { in getCurrentCarPropertyValue() method in ContCarPropertyEventTracker