Searched refs:checkDeviceTemp (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | VrTemperatureTest.java | 35 private void checkDeviceTemp(float temp, float throttlingTemp, float shutdownTemp, in checkDeviceTemp() method in VrTemperatureTest 73 checkDeviceTemp(temps[i], throttlingThresholds[i], shutdownThresholds[i],
|
D | HardwarePropertiesManagerTest.java | 41 private void checkDeviceTemp(float temp, float throttlingTemp, float shutdownTemp) { in checkDeviceTemp() method in HardwarePropertiesManagerTest 82 checkDeviceTemp(temps[i], throttlingThresholds[i], shutdownThresholds[i]); in checkTemps()
|