Searched refs:mCurrSensorAttribList (Results 1 – 1 of 1) sorted by relevance
101 private ArrayList<ThermalSensorAttrib> mCurrSensorAttribList = null; field in ThermalService.ThermalParser304 if (mCurrSensorAttribList == null) { in processStartElement()305 mCurrSensorAttribList = new ArrayList<ThermalSensorAttrib>(); in processStartElement()405 } else if (name.equalsIgnoreCase(SENSOR_ATTRIB) && mCurrSensorAttribList != null) { in processEndElement()418 mCurrSensorAttribList.add(mCurrSensorAttrib); in processEndElement()422 mCurrZone.setSensorList(mCurrSensorAttribList); in processEndElement()427 mCurrSensorAttribList = null; in processEndElement()