Searched refs:checkTemps (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | HardwarePropertiesManagerTest.java | 75 private void checkTemps(float[] temps, float[] throttlingThresholds, in checkTemps() method 165 checkTemps(cpuTemps, cpuThrottlingThresholds, cpuShutdownThresholds); in testHardwarePropertiesManager() 166 checkTemps(gpuTemps, gpuThrottlingThresholds, gpuShutdownThresholds); in testHardwarePropertiesManager() 167 checkTemps(batteryTemps, batteryThrottlingThresholds, batteryShutdownThresholds); in testHardwarePropertiesManager() 168 checkTemps(skinTemps, skinThrottlingThresholds, skinShutdownThresholds); in testHardwarePropertiesManager() 190 checkTemps(cpuTemps, cpuThrottlingThresholds, cpuShutdownThresholds); in testHardwarePropertiesManager() 191 checkTemps(gpuTemps, gpuThrottlingThresholds, gpuShutdownThresholds); in testHardwarePropertiesManager() 192 checkTemps(batteryTemps, batteryThrottlingThresholds, batteryShutdownThresholds); in testHardwarePropertiesManager() 193 checkTemps(skinTemps, skinThrottlingThresholds, skinShutdownThresholds); in testHardwarePropertiesManager()
|
D | VrTemperatureTest.java | 63 private void checkTemps(float[] temps, float[] throttlingThresholds, 131 checkTemps(cpuTemps, cpuThrottlingThresholds, cpuShutdownThresholds, null); 132 checkTemps(gpuTemps, gpuThrottlingThresholds, gpuShutdownThresholds, null); 133 checkTemps(batteryTemps, batteryThrottlingThresholds, batteryShutdownThresholds, null); 134 checkTemps(skinTemps, skinThrottlingThresholds, skinShutdownThresholds,
|