Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 2 of 2) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DStoredEntry.java398 void delete(boolean notify) throws IOException { in delete()
DZFile.java949 void delete(@Nonnull final StoredEntry entry, boolean notify) throws IOException { in delete()
2236 private void notify(@Nonnull IOExceptionFunction<ZFileExtension, IOExceptionRunnable> function) in notify() method