Searched refs:getCurrentCarPropertyValue (Results 1 – 5 of 5) sorted by relevance
191 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()
34 CarPropertyValue<?> getCurrentCarPropertyValue(); in getCurrentCarPropertyValue() method
44 public CarPropertyValue<?> getCurrentCarPropertyValue() { in getCurrentCarPropertyValue() method in OnChangeCarPropertyEventTracker
176 return tracker.getCurrentCarPropertyValue(); in getCarPropertyValueIfCallbackRequired()
71 public CarPropertyValue<?> getCurrentCarPropertyValue() { in getCurrentCarPropertyValue() method in ContCarPropertyEventTracker