Home
last modified time | relevance | path

Searched refs:throttlingTemp (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
40 && throttlingTemp != HardwarePropertiesManager.UNDEFINED_TEMPERATURE) { in checkDeviceTemp()
43 if (throttlingTemp > shutdownTemp) { in checkDeviceTemp()
50 else if (throttlingTemp < shutdownTemp) { in checkDeviceTemp()
DHardwarePropertiesManagerTest.java39 private void checkDeviceTemp(float temp, float throttlingTemp, float shutdownTemp) { in checkDeviceTemp() argument
46 && throttlingTemp != HardwarePropertiesManager.UNDEFINED_TEMPERATURE) { in checkDeviceTemp()
49 if (throttlingTemp > shutdownTemp) { in checkDeviceTemp()
56 else if (throttlingTemp < shutdownTemp) { in checkDeviceTemp()