Searched refs:DEFAULT_NUM_ZONE_STATES (Results 1 – 2 of 2) sorted by relevance
156 || mZoneTempThresholds.length < ThermalManager.DEFAULT_NUM_ZONE_STATES) return; in printStateThresholdMap()403 if (mMaxStates < ThermalManager.DEFAULT_NUM_ZONE_STATES) { in computeZoneActiveStatus()405 int minStateSupport = ThermalManager.DEFAULT_NUM_ZONE_STATES - 1; in computeZoneActiveStatus()
194 public static final int DEFAULT_NUM_ZONE_STATES = 5; field in ThermalManager