Home
last modified time | relevance | path

Searched refs:shutdownTemp (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() argument
39 if (shutdownTemp != HardwarePropertiesManager.UNDEFINED_TEMPERATURE in checkDeviceTemp()
43 if (throttlingTemp > shutdownTemp) { in checkDeviceTemp()
45 assertTrue(temp > shutdownTemp in checkDeviceTemp()
50 else if (throttlingTemp < shutdownTemp) { in checkDeviceTemp()
52 assertTrue(temp < shutdownTemp in checkDeviceTemp()
59 vrThrottlingTemp <= shutdownTemp || in checkDeviceTemp()
60 shutdownTemp == HardwarePropertiesManager.UNDEFINED_TEMPERATURE); in checkDeviceTemp()
DHardwarePropertiesManagerTest.java41 private void checkDeviceTemp(float temp, float throttlingTemp, float shutdownTemp) { in checkDeviceTemp() argument
47 if (shutdownTemp != HardwarePropertiesManager.UNDEFINED_TEMPERATURE in checkDeviceTemp()
51 if (throttlingTemp > shutdownTemp) { in checkDeviceTemp()
53 assertTrue(temp > shutdownTemp in checkDeviceTemp()
58 else if (throttlingTemp < shutdownTemp) { in checkDeviceTemp()
60 assertTrue(temp < shutdownTemp in checkDeviceTemp()