Searched refs:removedIterator (Results 1 – 2 of 2) sorted by relevance
220 Iterator<UniqueProgramIdentifier> removedIterator = chunk.getRemoved().iterator(); in apply() local221 while (removedIterator.hasNext()) { in apply()222 removeLocked(removedIterator.next(), removedList); in apply()
712 Iterator<UniqueProgramIdentifier> removedIterator = chunk.getRemoved().iterator(); in convertChunkToTargetSdkVersion() local713 while (removedIterator.hasNext()) { in convertChunkToTargetSdkVersion()714 UniqueProgramIdentifier id = removedIterator.next(); in convertChunkToTargetSdkVersion()