Home
last modified time | relevance | path

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

/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/
DDeployPatchGenerator.java178 Iterator<SimpleEntry<APKEntry, APKEntry>> entrySimpleEntryIterator = in createPatch() local
180 while (entrySimpleEntryIterator.hasNext()) { in createPatch()
181 SimpleEntry<APKEntry, APKEntry> entrySimpleEntry = entrySimpleEntryIterator.next(); in createPatch()