Searched refs:othersDiffEntry (Results 1 – 1 of 1) sorted by relevance
248 BatteryDiffEntry othersDiffEntry = null; in combineSystemItemsIntoOthers() local257 if (othersDiffEntry == null) { in combineSystemItemsIntoOthers()258 othersDiffEntry = in combineSystemItemsIntoOthers()265 othersDiffEntry.mConsumePower += batteryDiffEntry.mConsumePower; in combineSystemItemsIntoOthers()266 othersDiffEntry.setTotalConsumePower(batteryDiffEntry.getTotalConsumePower()); in combineSystemItemsIntoOthers()270 if (othersDiffEntry != null) { in combineSystemItemsIntoOthers()271 systemEntries.add(othersDiffEntry); in combineSystemItemsIntoOthers()