Home
last modified time | relevance | path

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

/frameworks/base/native/android/tests/thermal/
DNativeThermalUnitTest.cpp108 const AThermalHeadroomThreshold* thresholds1 = nullptr; in TEST_F() local
110 ASSERT_EQ(OK, AThermal_getThermalHeadroomThresholds(mThermalManager, &thresholds1, &size1)); in TEST_F()
111 checkThermalHeadroomThresholds(expected, thresholds1, size1); in TEST_F()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java467 Map<Integer, Float> thresholds1 = mPowerManager.getThermalHeadroomThresholds(); in testGetThermalHeadroomThresholdsOnlyReadOnce() local
472 assertFalse(thresholds1.containsKey(status)); in testGetThermalHeadroomThresholdsOnlyReadOnce()
474 assertEquals(expected[status], thresholds1.get(status), 0.01f); in testGetThermalHeadroomThresholdsOnlyReadOnce()
480 assertNotSame(thresholds1, thresholds2); in testGetThermalHeadroomThresholdsOnlyReadOnce()
481 assertEquals(thresholds1, thresholds2); in testGetThermalHeadroomThresholdsOnlyReadOnce()