Home
last modified time | relevance | path

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

/hardware/interfaces/power/stats/aidl/vts/
DVtsHalPowerStatsTargetTest.cpp460 int64_t totalAttributedEnergyUWs = 0; in TEST_P() local
462 totalAttributedEnergyUWs += attribution.energyUWs; in TEST_P()
464 EXPECT_TRUE(result.energyUWs >= totalAttributedEnergyUWs); in TEST_P()