Searched refs:systemAppsDiffEntry (Results 1 – 1 of 1) sorted by relevance
184 BatteryDiffEntry systemAppsDiffEntry = null; in combineIntoSystemApps() local193 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()