Home
last modified time | relevance | path

Searched defs:close (Results 1 – 25 of 41) sorted by relevance

12

/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DMaybeNull.java42 public static <T extends AutoCloseable> void close(T closeable) throws Exception { in close() method in MaybeNull
56 public static <T extends UncheckedCloseable> void close(T closeable) { in close() method in MaybeNull
68 public static <T extends Closeable> void close(T closeable) throws IOException { in close() method in MaybeNull
DUncheckedCloseable.java47 void close(); in close() method
/cts/tests/tests/media/src/android/media/cts/
DCodecImage.java166 public abstract void close(); in close() method in CodecImage
DTestMediaDataSource.java100 public synchronized void close() { in close() method in TestMediaDataSource
DIvfReader.java121 public void close() throws IOException{ in close() method in IvfReader
DYUVImage.java98 public void close() { in close() method in YUVImage
DIvfWriter.java80 public void close() throws IOException{ in close() method in IvfWriter
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java57 public void close() throws IOException { in close() method in CustomizationRestrictionsTest.RestrictionApplicator
73 public void close() throws IOException { in close() method in CustomizationRestrictionsTest.BroadcastReceiverRegistrator
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java224 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) in close() method in JsonWriter
345 public void close() throws IOException { in close() method in JsonWriter
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DReportLogHostInfoStore.java76 public void close() throws IOException { in close() method in ReportLogHostInfoStore
DHostInfoStore.java57 public void close() throws IOException { in close() method in HostInfoStore
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java76 public void close() throws IOException { in close() method in ReportLogDeviceInfoStore
DDeviceInfoStore.java57 public void close() throws IOException { in close() method in DeviceInfoStore
/cts/tests/tests/os/src/android/os/cts/
DIParcelFileDescriptorPeer.aidl42 void close(); in close() method
DParcelFileDescriptorPeer.java142 public void close() throws RemoteException { in close() method in ParcelFileDescriptorPeer
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBlockingInputAllocation.java133 public synchronized void close() { in close() method in BlockingInputAllocation
DAllocationCache.java176 public synchronized void close() { in close() method in AllocationCache
DScript.java345 public void close() { in close() method in Script
/cts/tools/vm-tests-tf/src/util/build/
DDasmBuildStep.java148 private static void close(Closeable c) { in close() method in DasmBuildStep
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DLibraryDeviceInfo.java94 private static void close(Closeable s) throws IOException { in close() method in LibraryDeviceInfo
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DSensorTestScreenManipulator.java119 public synchronized void close() { in close() method in SensorTestScreenManipulator
/cts/tools/dasm/src/dasm/
DMain.java176 private static void close(Closeable c) { in close() method in Main
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DP2pBroadcastReceiverTest.java61 public synchronized void close() { in close() method in P2pBroadcastReceiverTest
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteCursorTest.java275 public void close() { in close() method in SQLiteCursorTest.MockCursorWindow
/cts/common/util/src/com/android/compatibility/common/util/
DInfoStore.java37 abstract void close() throws IOException; in close() method in InfoStore

12