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