Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zfile/
DApkZFileCreator.java179 public boolean hasPendingChangesWithWait() throws IOException { in hasPendingChangesWithWait() method in ApkZFileCreator
180 return zip.hasPendingChangesWithWait(); in hasPendingChangesWithWait()
DApkCreator.java70 boolean hasPendingChangesWithWait() throws IOException; in hasPendingChangesWithWait() method
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java2748 public boolean hasPendingChangesWithWait() throws IOException { in hasPendingChangesWithWait() method