Home
last modified time | relevance | path

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

/frameworks/base/native/android/tests/thermal/
DNativeThermalUnitTest.cpp115 const AThermalHeadroomThreshold* thresholds2 = nullptr; in TEST_F() local
117 ASSERT_EQ(OK, AThermal_getThermalHeadroomThresholds(mThermalManager, &thresholds2, &size2)); in TEST_F()
118 checkThermalHeadroomThresholds(expected, thresholds2, size2); in TEST_F()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java478 Map<Integer, Float> thresholds2 = mPowerManager.getThermalHeadroomThresholds(); in testGetThermalHeadroomThresholdsOnlyReadOnce() local
480 assertNotSame(thresholds1, thresholds2); in testGetThermalHeadroomThresholdsOnlyReadOnce()
481 assertEquals(thresholds1, thresholds2); in testGetThermalHeadroomThresholdsOnlyReadOnce()