Home
last modified time | relevance | path

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

1234

/cts/tests/camera/utils/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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java55 public void close() throws IOException { in close() method in CustomizationRestrictionsTest.RestrictionApplicator
72 public void close() throws IOException { in close() method in CustomizationRestrictionsTest.BroadcastReceiverRegistrator
/cts/libs/json/src/com/android/json/stream/
DNewlineDelimitedJsonWriter.java155 public void close() throws IOException { in close() method in NewlineDelimitedJsonWriter
DJsonWriter.java229 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) in close() method in JsonWriter
346 public void close() throws IOException { in close() method in JsonWriter
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DNetworkServiceTest.java37 public void close() {} in close() method in NetworkServiceTest.CtsNetworkService.CtsNetworkServiceProvider
/cts/tests/tests/media/src/android/media/cts/
DCodecImage.java166 public abstract void close(); in close() method in CodecImage
DTestMediaDataSource.java102 public synchronized void close() { in close() method in TestMediaDataSource
DIvfReader.java121 public void close() throws IOException{ in close() method in IvfReader
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/settings/
DSettingsSession.java127 public void close() throws Exception { in close() method in SettingsSession
186 void close(final Uri uri) { in close() method in SettingsSession.SessionCounters
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java75 public void close() throws IOException { in close() method in ReportLogDeviceInfoStore
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java75 public void close() throws IOException { in close() method in ReportLogDeviceInfoStore
/cts/tests/app/src/android/app/cts/
DNewDocumentTest.java70 public void close() { in close() method in NewDocumentTest.Receiver
/cts/tests/tests/webkit/src/android/webkit/cts/
DTracingControllerTest.java65 public void close() { in close() method in TracingControllerTest.TracingReceiver
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayTestBase.java347 public void close() throws Exception { in close() method in MultiDisplayTestBase.VirtualDisplaySession
534 public void close() throws Exception { in close() method in MultiDisplayTestBase.VirtualDisplayLauncher
586 public void close() throws Exception { in close() method in MultiDisplayTestBase.OverlayDisplayDevicesSession
712 public void close() throws Exception { in close() method in MultiDisplayTestBase.ExternalDisplaySession
747 public void close() throws Exception { in close() method in MultiDisplayTestBase.PrimaryDisplayStateSession
/cts/tests/tests/os/src/android/os/cts/
DIParcelFileDescriptorPeer.aidl42 void close(); in close() method
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DDatabase.java142 public void close() { in close() method in Database
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBlockingInputAllocation.java156 public synchronized void close() { in close() method in BlockingInputAllocation
/cts/libs/input/src/com/android/cts/input/
DHidDevice.java135 public void close() { in close() method in HidDevice
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
DUtils.java94 public void close() throws Exception { in close() method in Utils.ClosableAccount
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStoreUtils.java208 public void close() { in close() method in MediaStoreUtils.PendingSession
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStoreUtils.java214 public void close() { in close() method in MediaStoreUtils.PendingSession
/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/tests/tests/net/src/android/net/cts/
DIpSecBaseTest.java117 void close() throws Exception; in close() method
175 public void close() throws Exception { in close() method in IpSecBaseTest.NativeSocket
249 public void close() throws Exception { in close() method in IpSecBaseTest.JavaUdpSocket
304 public void close() throws Exception { in close() method in IpSecBaseTest.JavaTcpSocket

1234