Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java352 private final List<IOExceptionRunnable> toRun; field in ZFile
476 toRun = Lists.newArrayList(); in ZFile()
2241 toRun.add(r); in notify()
2249 while (!toRun.isEmpty()) { in notify()
2250 IOExceptionRunnable r = toRun.remove(0); in notify()