Searched refs:hvacValue (Results 1 – 1 of 1) sorted by relevance
775 CarPropertyValue<Float> hvacValue = new CarPropertyValue<>( in testRegisterListenerWithSubscription() local777 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() local809 when(mHalService.getProperty(HVAC_TEMP, 0)).thenReturn(hvacValue); in testRegisterListenerWithSubscription_enableVurAndResolution()841 CarPropertyValue<Float> hvacValue = new CarPropertyValue<>( in testRegisterListenerWithSubscription_VurFeatureOff() local843 when(mHalService.getProperty(HVAC_TEMP, 0)).thenReturn(hvacValue); in testRegisterListenerWithSubscription_VurFeatureOff()867 CarPropertyValue<Float> hvacValue = new CarPropertyValue<>( in testRegisterListenerWithSubscription_ResolutionFeatureOff() local869 when(mHalService.getProperty(HVAC_TEMP, 0)).thenReturn(hvacValue); in testRegisterListenerWithSubscription_ResolutionFeatureOff()