Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryDiffData.java184 final Iterator<BatteryDiffEntry> appListIterator = appEntries.iterator(); in combineIntoSystemApps() local
185 while (appListIterator.hasNext()) { in combineIntoSystemApps()
186 final BatteryDiffEntry batteryDiffEntry = appListIterator.next(); in combineIntoSystemApps()
204 appListIterator.remove(); in combineIntoSystemApps()
215 final Iterator<BatteryDiffEntry> appListIterator = appEntries.iterator(); in combineIntoUninstalledApps() local
216 while (appListIterator.hasNext()) { in combineIntoUninstalledApps()
217 final BatteryDiffEntry batteryDiffEntry = appListIterator.next(); in combineIntoUninstalledApps()
234 appListIterator.remove(); in combineIntoUninstalledApps()