Searched refs:mLowTempPath (Results 1 – 1 of 1) sorted by relevance
41 private String mLowTempPath; /* sys path to set the intermediate lower threshold */ field in ThermalSensor55 Log.i(TAG, "mLowTempPath: " + mLowTempPath); in printAttrs()90 mLowTempPath = "auto"; in ThermalSensor()196 mLowTempPath = mSensorPath + ThermalManager.sSysfsSensorLowTempPath; in setLowTempPath()199 mLowTempPath = "invalid"; in setLowTempPath()201 mLowTempPath = mSensorPath + name; in setLowTempPath()207 return mLowTempPath; in getSensorLowTempPath()262 if (mLowTempPath.equalsIgnoreCase("auto")) { in setAutoValues()263 setLowTempPath(mLowTempPath); in setAutoValues()