Searched refs:tempValue (Results 1 – 4 of 4) sorted by relevance
1481 VehiclePropValue tempValue = new VehiclePropValue(); in configureMockedHal() local1482 tempValue.value = new RawPropValues(); in configureMockedHal()1483 tempValue.value.floatValues = new float[]{INIT_TEMP_VALUE}; in configureMockedHal()1484 tempValue.prop = VehicleProperty.HVAC_TEMPERATURE_SET; in configureMockedHal()1485 tempValue.areaId = DRIVER_SIDE_AREA_ID; in configureMockedHal()1486 addAidlProperty(VehicleProperty.HVAC_TEMPERATURE_SET, tempValue) in configureMockedHal()
1756 byte[] tempValue = parseWapString(pduDataStream, TYPE_TEXT_STRING); in parsePartHeaders()1762 part.setContentTransferEncoding(tempValue); in parsePartHeaders()
1721 byte[] tempValue = parseWapString(pduDataStream, TYPE_TEXT_STRING); in parsePartHeaders()1726 part.setContentTransferEncoding(tempValue); in parsePartHeaders()
1721 String tempValue; in fixAllDayTime() local