Searched refs:mZoneTempThresholdsRaw (Results 1 – 2 of 2) sorted by relevance
94 for (int i = 0; i < mZoneTempThresholdsRaw.length; i++) { in calibrateThresholds()96 if (mZoneTempThresholdsRaw[i] == 0) continue; in calibrateThresholds()98 mZoneTempThresholds[i] = ((mZoneTempThresholdsRaw[i] - c) * 1000) / m; in calibrateThresholds()
61 protected Integer mZoneTempThresholdsRaw[]; field in ThermalZone358 mZoneTempThresholdsRaw = new Integer[thresholdList.size()]; in setZoneTempThreshold()362 if (mZoneTempThresholdsRaw != null) { in setZoneTempThreshold()363 mZoneTempThresholdsRaw = thresholdList.toArray(mZoneTempThresholdsRaw); in setZoneTempThreshold()