Home
last modified time | relevance | path

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

123456

/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/permissions/
DPermissionContext.java28 void close(); in close() method
/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/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/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/tests/tests/multiuser/src/android/multiuser/cts/
DPermissionHelper.java33 public void close() { in close() method in PermissionHelper
/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/location/common/src/android/location/cts/common/gnss/
DGnssAntennaInfoCapture.java51 public void close() { in close() method in GnssAntennaInfoCapture
DGnssMeasurementsCapture.java57 public void close() { in close() method in GnssMeasurementsCapture
/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
/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/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DLocationModeSetter.java49 public void close() throws Exception { in close() method in LocationModeSetter
/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/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotificationListener.java42 public void close() { in close() method in NotificationListener
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DNetworkServiceTest.java37 public void close() {} in close() method in NetworkServiceTest.CtsNetworkService.CtsNetworkServiceProvider
/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateRequestSession.java67 public void close() { in close() method in DeviceStateRequestSession
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
DMockSpellCheckerClient.kt33 override fun close() { in close() method in com.android.cts.mockspellchecker.MockSpellCheckerClient
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicyController.java82 public void close() { in close() method in DevicePolicyController
/cts/tests/tests/media/common/src/android/media/cts/
DCodecImage.java166 public abstract void close(); in close() method in CodecImage

123456