Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryDiffData.java184 BatteryDiffEntry systemAppsDiffEntry = null; in combineIntoSystemApps() local
193 if (systemAppsDiffEntry == null) { in combineIntoSystemApps()
194 systemAppsDiffEntry = in combineIntoSystemApps()
201 systemAppsDiffEntry.mConsumePower += batteryDiffEntry.mConsumePower; in combineIntoSystemApps()
202 systemAppsDiffEntry.mForegroundUsageTimeInMs += in combineIntoSystemApps()
204 systemAppsDiffEntry.setTotalConsumePower(batteryDiffEntry.getTotalConsumePower()); in combineIntoSystemApps()
208 if (systemAppsDiffEntry != null) { in combineIntoSystemApps()
209 appEntries.add(systemAppsDiffEntry); in combineIntoSystemApps()