Searched refs:othersDiffEntry (Results 1 – 1 of 1) sorted by relevance
249 BatteryDiffEntry othersDiffEntry = null; in combineSystemItemsIntoOthers() local258 if (othersDiffEntry == null) { in combineSystemItemsIntoOthers()259 othersDiffEntry = in combineSystemItemsIntoOthers()266 othersDiffEntry.mConsumePower += batteryDiffEntry.mConsumePower; in combineSystemItemsIntoOthers()267 othersDiffEntry.setTotalConsumePower(batteryDiffEntry.getTotalConsumePower()); in combineSystemItemsIntoOthers()271 if (othersDiffEntry != null) { in combineSystemItemsIntoOthers()272 systemEntries.add(othersDiffEntry); in combineSystemItemsIntoOthers()