Searched defs:closeable (Results 1 – 10 of 10) sorted by relevance
56 val closeable = startViewCaptureAndInvalidateNTimes(1, activity) in <lambda>() constant71 val closeable = startViewCaptureAndInvalidateNTimes(memorySize + 5, activity) in <lambda>() constant87 val closeable: SafeCloseable = viewCapture.startCapture(rootView, "rootViewId") in <lambda>() constant
53 val closeable: SafeCloseable = viewCapture.startCapture(rootView, "rootViewId") in <lambda>() constant73 val closeable: SafeCloseable = viewCapture.startCapture(rootView, "rootViewId") in <lambda>() constant
22 public static void closeQuietly(Closeable closeable) { in closeQuietly()
33 public static void closeQuietly(Closeable closeable) { in closeQuietly()
114 public static void closeQuietly(Closeable closeable) { in closeQuietly()
435 void register(Closeable closeable) { in register()444 Closeable closeable = mCloseables.get(i); in close() local
425 private static void closeQuietly(Closeable closeable) { in closeQuietly()
1290 private static void bestEffortClose(Closeable closeable) { in bestEffortClose()
1324 private void tryCloseFileDescriptor(@Nullable Closeable closeable, String logName) { in tryCloseFileDescriptor()
1322 public static void closeQuietly(@Nullable AutoCloseable closeable) { in closeQuietly()