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.java248 BatteryDiffEntry othersDiffEntry = null; in combineSystemItemsIntoOthers() local
257 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()