Home
last modified time | relevance | path

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

1234567

/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/inputmethod/util/src/android/view/inputmethod/cts/util/
DAutoCloseableWrapper.java62 void close(U object) throws Exception; in close() method
89 public void close() throws Exception { in close() method in AutoCloseableWrapper
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/
DDefaultDialerContext.java26 public void close() throws Exception { in close() method in DefaultDialerContext
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/permissions/
DPermissionContext.java28 void close(); in close() method
/cts/tests/tests/soundtrigger/src/android/soundtrigger/cts/instrumentation/
DSoundTriggerInstrumentationObserver.java188 public void close() throws Exception { in close() method in SoundTriggerInstrumentationObserver.ModelSessionObserver
329 public void close() throws Exception { in close() method in SoundTriggerInstrumentationObserver.GlobalCallbackObserver
369 public void close() throws Exception { in close() method in SoundTriggerInstrumentationObserver
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/
DBlockingLogcatListener.java39 public void close() { in close() method in BlockingLogcatListener
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DUndoableContext.java41 public void close() { in close() method in UndoableContext
DBlockingIntentSender.java82 public void close() { in close() method in BlockingIntentSender
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DScreenUtils.java43 public void close() throws Exception { in close() method in ScreenUtils.ScreenResetter
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DCredentialSession.java34 public void close() throws Exception { in close() method in CredentialSession
DActivitySession.java43 public void close() throws Exception { in close() method in ActivitySession
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java59 public void close() throws IOException { in close() method in CustomizationRestrictionsTest.RestrictionApplicator
77 public void close() throws IOException { in close() method in CustomizationRestrictionsTest.BroadcastReceiverRegistrator
/cts/tests/tests/multiuser/src/android/multiuser/cts/
DPermissionHelper.java33 public void close() { in close() method in PermissionHelper
/cts/tests/location/common/src/android/location/cts/common/gnss/
DGnssAntennaInfoCapture.java51 public void close() { in close() method in GnssAntennaInfoCapture
/cts/libs/json/src/com/android/json/stream/
DNewlineDelimitedJsonWriter.java155 public void close() throws IOException { in close() method in NewlineDelimitedJsonWriter
/cts/tests/tests/sensorprivacy/test-apps/utils/src/android/sensorprivacy/cts/testapp/utils/
DUtils.kt146 fun close() { in close() method
152 fun close() { in close() method in android.sensorprivacy.cts.testapp.utils.Cam
/cts/tests/location/common/src/android/location/cts/common/
DProviderRequestChangedListenerCapture.java52 public void close() throws Exception { in close() method in ProviderRequestChangedListenerCapture
DGetCurrentLocationCapture.java50 public void close() { in close() method in GetCurrentLocationCapture
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DIgnoreOrientationRequestSession.java54 public void close() { in close() method in IgnoreOrientationRequestSession
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DNetworkServiceTest.java37 public void close() {} in close() method in NetworkServiceTest.CtsNetworkService.CtsNetworkServiceProvider
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotificationListener.java42 public void close() { in close() method in NotificationListener
/cts/common/host-side/util-axt/src/com/android/compatibility/common/util/
DLocationModeSetter.java47 public void close() throws Exception { in close() method in LocationModeSetter
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DLocationModeSetter.java49 public void close() throws Exception { in close() method in LocationModeSetter
/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateRequestSession.java67 public void close() { in close() method in DeviceStateRequestSession

1234567