Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DPowerManager_ThermalTest.java35 import com.android.compatibility.common.util.ThermalUtils;
63 ThermalUtils.overrideThermalNotThrottling(); in setUp()
68 ThermalUtils.resetThermalStatus(); in tearDown()
76 ThermalUtils.overrideThermalStatus(status); in testGetThermalStatus()
90 ThermalUtils.overrideThermalStatus(status); in testThermalStatusCallback()
106 ThermalUtils.overrideThermalStatus(status); in testThermalStatusCallback()
122 ThermalUtils.overrideThermalStatus(status); in testThermalStatusCallback()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DThermalUtils.java24 public final class ThermalUtils { class
27 private ThermalUtils() {} in ThermalUtils() method in ThermalUtils
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobThrottlingTest.java70 import com.android.compatibility.common.util.ThermalUtils;
372 ThermalUtils.overrideThermalStatus(Temperature.THROTTLING_CRITICAL); in testBackgroundConnectivityJobsThrottled()
376 ThermalUtils.overrideThermalNotThrottling(); in testBackgroundConnectivityJobsThrottled()
1005 ThermalUtils.overrideThermalNotThrottling(); in tearDown()