Searched refs:appListIterator (Results 1 – 1 of 1) sorted by relevance
184 final Iterator<BatteryDiffEntry> appListIterator = appEntries.iterator(); in combineIntoSystemApps() local185 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() local216 while (appListIterator.hasNext()) { in combineIntoUninstalledApps()217 final BatteryDiffEntry batteryDiffEntry = appListIterator.next(); in combineIntoUninstalledApps()234 appListIterator.remove(); in combineIntoUninstalledApps()