Searched refs:mCurrSensorAttrib (Results 1 – 1 of 1) sorted by relevance
102 private ThermalSensorAttrib mCurrSensorAttrib = null; field in ThermalService.ThermalParser307 mCurrSensorAttrib = new ThermalSensorAttrib(); in processStartElement()350 if (mCurrSensorAttrib != null) { in processStartElement()351 mCurrSensorAttrib.setSensorName(mParser.nextText()); in processStartElement()367 else if (name.equalsIgnoreCase(WEIGHT) && mCurrSensorAttrib != null) { in processStartElement()374 } else if (name.equalsIgnoreCase(ORDER) && mCurrSensorAttrib != null) { in processStartElement()406 if (mCurrSensorAttrib != null) { in processEndElement()407 mCurrSensorAttrib.setWeights(mWeightList); in processEndElement()408 mCurrSensorAttrib.setOrder(mOrderList); in processEndElement()412 if (mCurrSensorAttrib != null in processEndElement()[all …]