Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java496 TemperatureThreshold nanThresholds = new TemperatureThreshold(); in testGetThermalHeadroomThresholdsOnDefaultHalResult() local
497 nanThresholds.name = "nan"; in testGetThermalHeadroomThresholdsOnDefaultHalResult()
498 nanThresholds.type = Temperature.TYPE_SKIN; in testGetThermalHeadroomThresholdsOnDefaultHalResult()
499 nanThresholds.hotThrottlingThresholds = new float[ThrottlingSeverity.SHUTDOWN + 1]; in testGetThermalHeadroomThresholdsOnDefaultHalResult()
500 nanThresholds.coldThrottlingThresholds = new float[ThrottlingSeverity.SHUTDOWN + 1]; in testGetThermalHeadroomThresholdsOnDefaultHalResult()
501 Arrays.fill(nanThresholds.hotThrottlingThresholds, Float.NaN); in testGetThermalHeadroomThresholdsOnDefaultHalResult()
502 Arrays.fill(nanThresholds.coldThrottlingThresholds, Float.NaN); in testGetThermalHeadroomThresholdsOnDefaultHalResult()
503 thresholds.add(nanThresholds); in testGetThermalHeadroomThresholdsOnDefaultHalResult()