Searched refs:mZoneName (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalEvent.java27 public String mZoneName, mProfName; field in class:ThermalEvent
34 mZoneName = zoneName;
H A DThermalZone.java39 protected String mZoneName; /* Name of the Thermal zone */ field in class:ThermalZone
140 Log.i(TAG, "mZoneName:" + mZoneName);
266 mZoneName = name;
270 return mZoneName;
340 if (mZoneName.contains("CPU") || mZoneName.contains("SoC"))
390 Log.i(TAG, "deactivate zone:" + mZoneName +
629 mCurrThermalState, mZoneTemp, mZoneName,
H A DThermalService.java472 statusIntent.putExtra(ThermalManager.EXTRA_NAME, event.mZoneName);

Completed in 108 milliseconds