Home
last modified time | relevance | path

Searched refs:getDBInterval (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalZone.java297 public int getDBInterval() { in getDBInterval() method in ThermalZone
530 if (newZoneState < prevZoneState && getZoneTemp() > (threshold - getDBInterval())) { in updateZoneParams()