Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java1066 VehiclePropValue propWithString = new VehiclePropValue(); in testOnChangeEventInvalidPayload() local
1067 propWithString.prop = CUSTOM_SEAT_INT_PROP_1; in testOnChangeEventInvalidPayload()
1068 propWithString.value = new RawPropValues(); in testOnChangeEventInvalidPayload()
1069 propWithString.value.stringValue = "1234"; in testOnChangeEventInvalidPayload()
1070 props.add(propWithString); in testOnChangeEventInvalidPayload()