Searched refs:throttlingThresholds (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | VrTemperatureTest.java | 63 private void checkTemps(float[] temps, float[] throttlingThresholds, 65 assertEquals(temps.length, throttlingThresholds.length); 73 checkDeviceTemp(temps[i], throttlingThresholds[i], shutdownThresholds[i],
|
D | HardwarePropertiesManagerTest.java | 75 private void checkTemps(float[] temps, float[] throttlingThresholds, in checkTemps() argument 77 assertEquals(temps.length, throttlingThresholds.length); in checkTemps() 80 checkDeviceTemp(temps[i], throttlingThresholds[i], shutdownThresholds[i]); in checkTemps()
|