Home
last modified time | relevance | path

Searched refs:mThreadName (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalZoneMonitor.java31 private String mThreadName; field in ThermalZoneMonitor
36 mThreadName = "ThermalZone" + zone.getZoneId(); in ThermalZoneMonitor()
37 t = new Thread(this, mThreadName); in ThermalZoneMonitor()
58 Log.i(TAG, "Stopping thread " + mThreadName + " [InterruptedException]"); in run()