Home
last modified time | relevance | path

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

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZFileNotificationTest.java122 zf.finishAllBackgroundTasks(); in notifyAddFile()
145 zf.finishAllBackgroundTasks(); in notifyRemoveFile()
168 zf.finishAllBackgroundTasks(); in notifyUpdateFile()
173 zf.finishAllBackgroundTasks(); in notifyUpdateFile()
194 zf.finishAllBackgroundTasks(); in notifyOpenUpdateClose()
218 zf.finishAllBackgroundTasks(); in notifyOpenUpdate()
245 zf.finishAllBackgroundTasks(); in notifyUpdate()
266 zf.finishAllBackgroundTasks(); in removedListenersAreNotNotified()
274 zf.finishAllBackgroundTasks(); in removedListenersAreNotNotified()
330 zf.finishAllBackgroundTasks(); in actionsExecutedAtEndOfNotification()
[all …]
DZFileSortTest.java84 mZFile.finishAllBackgroundTasks(); in setupZFile()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java2079 public void finishAllBackgroundTasks() throws IOException { in finishAllBackgroundTasks() method