Searched refs:zoneState (Results 1 – 1 of 1) sorted by relevance
610 int zoneState = getZoneState(); in programThresholds() local611 if (zoneState == ThermalManager.THERMAL_STATE_OFF) return; in programThresholds()612 int lowerTripPoint = ThermalUtils.getLowerThresholdTemp(zoneState, getZoneTempThreshold()); in programThresholds()613 int upperTripPoint = ThermalUtils.getUpperThresholdTemp(zoneState, getZoneTempThreshold()); in programThresholds()