Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropValueTest.java958 CarPropertyValue carPropValue = value.toCarPropertyValue( in testToCarPropertyValueEmptyInt32VecProp() local
960 assertThat(carPropValue.getValue()).isEqualTo(new Integer[0]); in testToCarPropertyValueEmptyInt32VecProp()
968 CarPropertyValue carPropValue = value.toCarPropertyValue( in testToCarPropertyValueEmptyInt64VecProp() local
970 assertThat(carPropValue.getValue()).isEqualTo(new Long[0]); in testToCarPropertyValueEmptyInt64VecProp()
978 CarPropertyValue carPropValue = value.toCarPropertyValue( in testToCarPropertyValueEmptyFloatVecProp() local
980 assertThat(carPropValue.getValue()).isEqualTo(new Float[0]); in testToCarPropertyValueEmptyFloatVecProp()
988 CarPropertyValue carPropValue = value.toCarPropertyValue( in testToCarPropertyValueEmptyStringProp() local
990 assertThat(carPropValue.getValue()).isEqualTo(new String()); in testToCarPropertyValueEmptyStringProp()
998 CarPropertyValue carPropValue = value.toCarPropertyValue( in testToCarPropertyValueEmptyBytesProp() local
1000 assertThat(carPropValue.getValue()).isEqualTo(new byte[0]); in testToCarPropertyValueEmptyBytesProp()
DPropertyHalServiceTest.java2408 CarPropertyValue carPropValue = mPropertyHalService.getProperty( in testGetPropertySync() local
2411 assertThat(carPropValue.getValue()).isEqualTo(PROPERTY_VALUE); in testGetPropertySync()
2421 CarPropertyValue carPropValue = mPropertyHalService.getProperty( in testGetPropertySyncWithCache() local
2424 assertWithMessage("CarPropertyValue cached value").that(carPropValue.getValue()) in testGetPropertySyncWithCache()