Home
last modified time | relevance | path

Searched refs:othersDiffEntry (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryDiffData.java249 BatteryDiffEntry othersDiffEntry = null; in combineSystemItemsIntoOthers() local
258 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()