Home
last modified time | relevance | path

Searched refs:throttlingThresholds (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DVrTemperatureTest.java63 private void checkTemps(float[] temps, float[] throttlingThresholds,
65 assertEquals(temps.length, throttlingThresholds.length);
73 checkDeviceTemp(temps[i], throttlingThresholds[i], shutdownThresholds[i],
DHardwarePropertiesManagerTest.java75 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()