Searched refs:areaRawPropValues1 (Results 1 – 1 of 1) sorted by relevance
773 RawPropValues areaRawPropValues1 = new RawPropValues(); in testParseJsonConfig() local774 areaRawPropValues1.int32Values = new int[]{VehicleSeatOccupancyState.VACANT}; in testParseJsonConfig()775 areaRawPropValues1.floatValues = new float[]{15000.0f}; in testParseJsonConfig()776 areaRawPropValues1.stringValue = "Toy Vehicle"; in testParseJsonConfig()781 areaValuesByAreaId.put(vehicleAreaConfig1.areaId, areaRawPropValues1); in testParseJsonConfig()