Home
last modified time | relevance | path

Searched defs:closeable (Results 1 – 10 of 10) sorted by relevance

/frameworks/libs/systemui/viewcapturelib/tests/com/android/app/viewcapture/
DViewCaptureTest.kt56 val closeable = startViewCaptureAndInvalidateNTimes(1, activity) in <lambda>() constant
71 val closeable = startViewCaptureAndInvalidateNTimes(memorySize + 5, activity) in <lambda>() constant
87 val closeable: SafeCloseable = viewCapture.startCapture(rootView, "rootViewId") in <lambda>() constant
DSettingsAwareViewCaptureTest.kt53 val closeable: SafeCloseable = viewCapture.startCapture(rootView, "rootViewId") in <lambda>() constant
73 val closeable: SafeCloseable = viewCapture.startCapture(rootView, "rootViewId") in <lambda>() constant
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DUtils.java22 public static void closeQuietly(Closeable closeable) { in closeQuietly()
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/
DStreamUtils.java33 public static void closeQuietly(Closeable closeable) { in closeQuietly()
/frameworks/base/media/java/android/media/
DExifInterfaceUtils.java114 public static void closeQuietly(Closeable closeable) { in closeQuietly()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenMediaRecorder.java435 void register(Closeable closeable) { in register()
444 Closeable closeable = mCloseables.get(i); in close() local
/frameworks/multidex/library/src/androidx/multidex/
DMultiDexExtractor.java425 private static void closeQuietly(Closeable closeable) { in closeQuietly()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DHotwordDetectionConnection.java1290 private static void bestEffortClose(Closeable closeable) { in bestEffortClose()
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
DKeyValueBackupTask.java1324 private void tryCloseFileDescriptor(@Nullable Closeable closeable, String logName) { in tryCloseFileDescriptor()
/frameworks/base/core/java/android/os/
DFileUtils.java1322 public static void closeQuietly(@Nullable AutoCloseable closeable) { in closeQuietly()