Searched refs:IOExceptionRunnable (Results 1 – 6 of 6) sorted by relevance
25 import com.android.tools.build.apkzlib.utils.IOExceptionRunnable;46 public IOExceptionRunnable returnRunnable;54 public IOExceptionRunnable open() { in open()61 public IOExceptionRunnable beforeUpdate() { in beforeUpdate()78 public IOExceptionRunnable added(@Nonnull StoredEntry entry, in added()86 public IOExceptionRunnable removed(@Nonnull StoredEntry entry) { in removed()287 kl1.returnRunnable = new IOExceptionRunnable() { in actionsExecutedAtEndOfNotification()308 kl2.returnRunnable = new IOExceptionRunnable() { in actionsExecutedAtEndOfNotification()355 kl1.returnRunnable = new IOExceptionRunnable() { in canAddFilesDuringUpdateNotification()
19 import com.android.tools.build.apkzlib.utils.IOExceptionRunnable;67 public IOExceptionRunnable open() throws IOException { in open()86 public IOExceptionRunnable beforeUpdate() throws IOException { in beforeUpdate()129 public IOExceptionRunnable added(@Nonnull StoredEntry entry, @Nullable StoredEntry replaced) { in added()143 public IOExceptionRunnable removed(@Nonnull StoredEntry entry) { in removed()
21 import com.android.tools.build.apkzlib.utils.IOExceptionRunnable;352 private final List<IOExceptionRunnable> toRun;2236 private void notify(@Nonnull IOExceptionFunction<ZFileExtension, IOExceptionRunnable> function) in notify()2239 IOExceptionRunnable r = function.apply(fl); in notify()2250 IOExceptionRunnable r = toRun.remove(0); in notify()
24 import com.android.tools.build.apkzlib.utils.IOExceptionRunnable;162 public IOExceptionRunnable added( in register()168 public IOExceptionRunnable removed(@Nonnull StoredEntry entry) { in register()174 public IOExceptionRunnable beforeUpdate() throws IOException { in register()
20 import com.android.tools.build.apkzlib.utils.IOExceptionRunnable;167 public IOExceptionRunnable beforeUpdate() { in register()
27 public interface IOExceptionRunnable { interface42 public static Runnable asRunnable(@Nonnull IOExceptionRunnable r) { in asRunnable()