Home
last modified time | relevance | path

Searched refs:temps (Results 1 – 3 of 3) 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);
66 assertEquals(temps.length, shutdownThresholds.length);
70 assertEquals(temps.length, vrThrottlingThresholds.length);
72 for (int i = 0; i < temps.length; ++i) {
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()
78 assertEquals(temps.length, shutdownThresholds.length); in checkTemps()
79 for (int i = 0; i < temps.length; ++i) { in checkTemps()
80 checkDeviceTemp(temps[i], throttlingThresholds[i], shutdownThresholds[i]); in checkTemps()
/cts/tests/tests/media/src/android/media/cts/
DMediaScannerNotificationTest.java47 String [] temps = new String[] { "avi", "gif", "jpg", "dat", "mp3", "mp4", "txt" }; in testMediaScannerNotification() local
48 String tmpPath = createTempFiles(temps); in testMediaScannerNotification()
54 checkTempFiles(tmpPath, temps); in testMediaScannerNotification()
69 checkTempFiles(tmpPath, temps); in testMediaScannerNotification()
71 deleteTempFiles(tmpPath, temps); in testMediaScannerNotification()