Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java775 CarPropertyValue<Float> hvacValue = new CarPropertyValue<>( in testRegisterListenerWithSubscription() local
777 when(mHalService.getProperty(HVAC_TEMP, 0)).thenReturn(hvacValue); in testRegisterListenerWithSubscription()
791 eventList.get(1).getCarPropertyValue()).isEqualTo(hvacValue); in testRegisterListenerWithSubscription()
807 CarPropertyValue<Float> hvacValue = new CarPropertyValue<>( in testRegisterListenerWithSubscription_enableVurAndResolution() local
809 when(mHalService.getProperty(HVAC_TEMP, 0)).thenReturn(hvacValue); in testRegisterListenerWithSubscription_enableVurAndResolution()
841 CarPropertyValue<Float> hvacValue = new CarPropertyValue<>( in testRegisterListenerWithSubscription_VurFeatureOff() local
843 when(mHalService.getProperty(HVAC_TEMP, 0)).thenReturn(hvacValue); in testRegisterListenerWithSubscription_VurFeatureOff()
867 CarPropertyValue<Float> hvacValue = new CarPropertyValue<>( in testRegisterListenerWithSubscription_ResolutionFeatureOff() local
869 when(mHalService.getProperty(HVAC_TEMP, 0)).thenReturn(hvacValue); in testRegisterListenerWithSubscription_ResolutionFeatureOff()