Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsNoteTest.java1237 long totalBlameB = 0; // Total charge consumption for bucketB (may exceed sum of uids) in testUpdateCustomMeasuredEnergyStatsLocked() local
1263 "A", totalBlameA, totalBlameB, uid1, blame1A, blame1B, uid2, blame2A, blame2B, bi); in testUpdateCustomMeasuredEnergyStatsLocked()
1277 totalBlameB += 790_000; in testUpdateCustomMeasuredEnergyStatsLocked()
1280 "B", totalBlameA, totalBlameB, uid1, blame1A, blame1B, uid2, blame2A, blame2B, bi); in testUpdateCustomMeasuredEnergyStatsLocked()
1290 totalBlameB += 10_000; in testUpdateCustomMeasuredEnergyStatsLocked()
1293 "C", totalBlameA, totalBlameB, uid1, blame1A, blame1B, uid2, blame2A, blame2B, bi); in testUpdateCustomMeasuredEnergyStatsLocked()
1299 totalBlameB += 15_000; in testUpdateCustomMeasuredEnergyStatsLocked()
1301 "D", totalBlameA, totalBlameB, uid1, blame1A, blame1B, uid2, blame2A, blame2B, bi); in testUpdateCustomMeasuredEnergyStatsLocked()
2308 long totalBlameA, long totalBlameB, in checkCustomBatteryConsumption() argument
2326 assertEquals("Wrong total blame in bucket 1 for Case " + caseName, totalBlameB, in checkCustomBatteryConsumption()