Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsNoteTest.java1236 long totalBlameA = 0; // Total charge consumption for bucketA (may exceed sum of uids) in testUpdateCustomMeasuredEnergyStatsLocked() local
1263 "A", totalBlameA, totalBlameB, uid1, blame1A, blame1B, uid2, blame2A, blame2B, bi); in testUpdateCustomMeasuredEnergyStatsLocked()
1272 totalBlameA += 310_000; in testUpdateCustomMeasuredEnergyStatsLocked()
1280 "B", totalBlameA, totalBlameB, uid1, blame1A, blame1B, uid2, blame2A, blame2B, bi); in testUpdateCustomMeasuredEnergyStatsLocked()
1287 totalBlameA += 560_000; in testUpdateCustomMeasuredEnergyStatsLocked()
1293 "C", totalBlameA, totalBlameB, uid1, blame1A, blame1B, uid2, blame2A, blame2B, bi); in testUpdateCustomMeasuredEnergyStatsLocked()
1301 "D", totalBlameA, totalBlameB, uid1, blame1A, blame1B, uid2, blame2A, blame2B, bi); in testUpdateCustomMeasuredEnergyStatsLocked()
2308 long totalBlameA, long totalBlameB, in checkCustomBatteryConsumption() argument
2323 assertEquals("Wrong total blame in bucket 0 for Case " + caseName, totalBlameA, in checkCustomBatteryConsumption()