Searched refs:mThreadName (Results 1 – 1 of 1) sorted by relevance
31 private String mThreadName; field in ThermalZoneMonitor36 mThreadName = "ThermalZone" + zone.getZoneId(); in ThermalZoneMonitor()37 t = new Thread(this, mThreadName); in ThermalZoneMonitor()58 Log.i(TAG, "Stopping thread " + mThreadName + " [InterruptedException]"); in run()