Searched refs:ThermalSensorAttrib (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalSensorAttrib.java25 * The ThermalSensorAttrib class describes the attributes of a Thermal Sensor that are
29 public class ThermalSensorAttrib { class
31 private static final String TAG = "ThermalSensorAttrib";
H A DThermalZone.java46 protected Hashtable<String, ThermalSensorAttrib> mThermalSensorsAttribMap = null;
183 ThermalSensorAttrib sensorAttrib = null;
205 public void setSensorList(ArrayList<ThermalSensorAttrib> sensorAtribList) {
207 for (ThermalSensorAttrib sa : sensorAtribList) {
221 mThermalSensorsAttribMap = new Hashtable<String, ThermalSensorAttrib>();
H A DVirtualThermalZone.java85 ThermalSensorAttrib sa = mThermalSensorsAttribMap.get(ts.getSensorName());
214 ThermalSensorAttrib sa = mThermalSensorsAttribMap.get(ts.getSensorName());
H A DThermalService.java101 private ArrayList<ThermalSensorAttrib> mCurrSensorAttribList = null;
102 private ThermalSensorAttrib mCurrSensorAttrib = null;
305 mCurrSensorAttribList = new ArrayList<ThermalSensorAttrib>();
307 mCurrSensorAttrib = new ThermalSensorAttrib();

Completed in 107 milliseconds