Home
last modified time | relevance | path

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

123

/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/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
DTestMedia2DataSource.java102 public synchronized void close() { in close() method in TestMedia2DataSource
DIvfReader.java121 public void close() throws IOException{ in close() method in IvfReader
DYUVImage.java98 public void close() { in close() method in YUVImage
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java56 public void close() throws IOException { in close() method in CustomizationRestrictionsTest.RestrictionApplicator
72 public void close() throws IOException { in close() method in CustomizationRestrictionsTest.BroadcastReceiverRegistrator
/cts/tests/framework/base/activitymanager/util/src/android/server/am/settings/
DSettingsSession.java102 public void close() throws Exception { in close() method in SettingsSession
154 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/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.java63 public void close() { in close() method in TracingControllerTest.TracingReceiver
/cts/tests/tests/os/src/android/os/cts/
DIParcelFileDescriptorPeer.aidl42 void close(); in close() method
/cts/tests/framework/base/activitymanager/src/android/server/am/
DDisplaySizeTest.java120 public void close() throws Exception { in close() method in DisplaySizeTest.ScreenDensitySession
DActivityManagerVrDisplayTests.java72 public void close() throws Exception { in close() method in ActivityManagerVrDisplayTests.VrModeSession
DActivityManagerDisplayTests.java174 public void close() throws Exception { in close() method in ActivityManagerDisplayTests.DisplayMetricsSession
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DDatabase.java81 public void close() { in close() method in Database
/cts/tools/vm-tests-tf/src/util/build/
DDasmBuildStep.java148 private static void close(Closeable c) { in close() method in DasmBuildStep
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBlockingInputAllocation.java156 public synchronized void close() { in close() method in BlockingInputAllocation
DAllocationCache.java176 public synchronized void close() { in close() method in AllocationCache
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
DUtils.java93 public void close() throws Exception { in close() method in Utils.ClosableAccount
/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.java101 void close() throws Exception; in close() method
159 public void close() throws Exception { in close() method in IpSecBaseTest.NativeSocket
222 public void close() throws Exception { in close() method in IpSecBaseTest.JavaUdpSocket
277 public void close() throws Exception { in close() method in IpSecBaseTest.JavaTcpSocket
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DP2pBroadcastReceiverTest.java61 public synchronized void close() { in close() method in P2pBroadcastReceiverTest
/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.cpp152 void StreamBuilderHelper::close() { in close() function in StreamBuilderHelper

123