Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java711 VehiclePropValue propWithFloat = new VehiclePropValue(); in testOnChangeEventInvalidPayload() local
712 propWithFloat.prop = CUSTOM_SEAT_INT_PROP_1; in testOnChangeEventInvalidPayload()
713 propWithFloat.value = new RawPropValues(); in testOnChangeEventInvalidPayload()
714 propWithFloat.value.floatValues = new float[]{0f}; in testOnChangeEventInvalidPayload()
715 props.add(propWithFloat); in testOnChangeEventInvalidPayload()