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.java183 BatteryDiffEntry systemAppsDiffEntry = null; in combineIntoSystemApps() local
192 if (systemAppsDiffEntry == null) { in combineIntoSystemApps()
193 systemAppsDiffEntry = in combineIntoSystemApps()
200 systemAppsDiffEntry.mConsumePower += batteryDiffEntry.mConsumePower; in combineIntoSystemApps()
201 systemAppsDiffEntry.mForegroundUsageTimeInMs += in combineIntoSystemApps()
203 systemAppsDiffEntry.setTotalConsumePower(batteryDiffEntry.getTotalConsumePower()); in combineIntoSystemApps()
207 if (systemAppsDiffEntry != null) { in combineIntoSystemApps()
208 appEntries.add(systemAppsDiffEntry); in combineIntoSystemApps()