Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java112 TemperatureThreshold skinThreshold = new TemperatureThreshold(); in initializeThresholds() local
113 skinThreshold.type = Temperature.TYPE_SKIN; in initializeThresholds()
114 skinThreshold.name = "skin1"; in initializeThresholds()
115 skinThreshold.hotThrottlingThresholds = new float[7 /*ThrottlingSeverity#len*/]; in initializeThresholds()
116 for (int i = 0; i < skinThreshold.hotThrottlingThresholds.length; ++i) { in initializeThresholds()
118 skinThreshold.hotThrottlingThresholds[i] = 25.0f + 5.0f * i; in initializeThresholds()
120 thresholds.add(skinThreshold); in initializeThresholds()