Searched refs:blame2 (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BatteryStatsNoteTest.java | 1007 long blame2 = 0; in testUpdateDisplayMeasuredEnergyStatsLocked() local 1014 checkMeasuredCharge("A", uid1, blame1, uid2, blame2, globalDoze, bi); in testUpdateDisplayMeasuredEnergyStatsLocked() 1023 checkMeasuredCharge("B", uid1, blame1, uid2, blame2, globalDoze, bi); in testUpdateDisplayMeasuredEnergyStatsLocked() 1030 checkMeasuredCharge("C", uid1, blame1, uid2, blame2, globalDoze, bi); in testUpdateDisplayMeasuredEnergyStatsLocked() 1050 blame2 += 540_000 * (0 + 40) / (20 + 40 + 40); in testUpdateDisplayMeasuredEnergyStatsLocked() 1051 checkMeasuredCharge("E", uid1, blame1, uid2, blame2, globalDoze, bi); in testUpdateDisplayMeasuredEnergyStatsLocked() 1060 blame2 += 550_000 * (40 + 0) / (40 + 40 + 120); in testUpdateDisplayMeasuredEnergyStatsLocked() 1061 checkMeasuredCharge("F", uid1, blame1, uid2, blame2, globalDoze, bi); in testUpdateDisplayMeasuredEnergyStatsLocked() 1068 checkMeasuredCharge("G", uid1, blame1, uid2, blame2, globalDoze, bi); in testUpdateDisplayMeasuredEnergyStatsLocked() 1076 checkMeasuredCharge("H", uid1, blame1, uid2, blame2, globalDoze, bi); in testUpdateDisplayMeasuredEnergyStatsLocked() [all …]
|