Searched refs:carPropValue (Results 1 – 2 of 2) sorted by relevance
958 CarPropertyValue carPropValue = value.toCarPropertyValue( in testToCarPropertyValueEmptyInt32VecProp() local960 assertThat(carPropValue.getValue()).isEqualTo(new Integer[0]); in testToCarPropertyValueEmptyInt32VecProp()968 CarPropertyValue carPropValue = value.toCarPropertyValue( in testToCarPropertyValueEmptyInt64VecProp() local970 assertThat(carPropValue.getValue()).isEqualTo(new Long[0]); in testToCarPropertyValueEmptyInt64VecProp()978 CarPropertyValue carPropValue = value.toCarPropertyValue( in testToCarPropertyValueEmptyFloatVecProp() local980 assertThat(carPropValue.getValue()).isEqualTo(new Float[0]); in testToCarPropertyValueEmptyFloatVecProp()988 CarPropertyValue carPropValue = value.toCarPropertyValue( in testToCarPropertyValueEmptyStringProp() local990 assertThat(carPropValue.getValue()).isEqualTo(new String()); in testToCarPropertyValueEmptyStringProp()998 CarPropertyValue carPropValue = value.toCarPropertyValue( in testToCarPropertyValueEmptyBytesProp() local1000 assertThat(carPropValue.getValue()).isEqualTo(new byte[0]); in testToCarPropertyValueEmptyBytesProp()
2408 CarPropertyValue carPropValue = mPropertyHalService.getProperty( in testGetPropertySync() local2411 assertThat(carPropValue.getValue()).isEqualTo(PROPERTY_VALUE); in testGetPropertySync()2421 CarPropertyValue carPropValue = mPropertyHalService.getProperty( in testGetPropertySyncWithCache() local2424 assertWithMessage("CarPropertyValue cached value").that(carPropValue.getValue()) in testGetPropertySyncWithCache()