Searched refs:tempValue (Results 1 – 4 of 4) sorted by relevance
751 VehiclePropValue tempValue = new VehiclePropValue(); in configureMockedHal() local752 tempValue.value.floatValues.add(INIT_TEMP_VALUE); in configureMockedHal()753 tempValue.prop = VehiclePropertyIds.HVAC_TEMPERATURE_SET; in configureMockedHal()754 addProperty(VehiclePropertyIds.HVAC_TEMPERATURE_SET, tempValue) in configureMockedHal()
1721 byte[] tempValue = parseWapString(pduDataStream, TYPE_TEXT_STRING); in parsePartHeaders()1726 part.setContentTransferEncoding(tempValue); in parsePartHeaders()
1756 byte[] tempValue = parseWapString(pduDataStream, TYPE_TEXT_STRING); in parsePartHeaders()1762 part.setContentTransferEncoding(tempValue); in parsePartHeaders()
1722 String tempValue; in fixAllDayTime() local