Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DVrTemperatureTest.java35 private void checkDeviceTemp(float temp, float throttlingTemp, float shutdownTemp, in checkDeviceTemp() method in VrTemperatureTest
73 checkDeviceTemp(temps[i], throttlingThresholds[i], shutdownThresholds[i],
DHardwarePropertiesManagerTest.java41 private void checkDeviceTemp(float temp, float throttlingTemp, float shutdownTemp) { in checkDeviceTemp() method in HardwarePropertiesManagerTest
82 checkDeviceTemp(temps[i], throttlingThresholds[i], shutdownThresholds[i]); in checkTemps()