Home
last modified time | relevance | path

Searched defs:closeQuietly (Results 1 – 8 of 8) sorted by relevance

/cts/libs/vogar-expect/src/vogar/util/
DIoUtils.java25 public static void closeQuietly(Closeable c) { in closeQuietly() method in IoUtils
34 public static void closeQuietly(Socket c) { in closeQuietly() method in IoUtils
/cts/tests/tests/calllog/src/android/calllog/cts/
DTestUtils.java64 private static void closeQuietly(AutoCloseable closeable) { in closeQuietly() method in TestUtils
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DCommonDatabaseUtils.java68 public static void closeQuietly(Cursor cursor) { in closeQuietly() method in CommonDatabaseUtils
/cts/tests/backup/src/android/backup/cts/
DBackupQuotaTest.java164 private static void closeQuietly(AutoCloseable closeable) { in closeQuietly() method in BackupQuotaTest
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java129 private static void closeQuietly(AutoCloseable closeable) { in closeQuietly() method in TestUtils
/cts/tests/tests/security/src/android/security/cts/
DOpenSSLHeartbleedTest.java878 private static void closeQuietly(InputStream in) { in closeQuietly() method in OpenSSLHeartbleedTest
886 public static void closeQuietly(ServerSocket socket) { in closeQuietly() method in OpenSSLHeartbleedTest
894 public static void closeQuietly(Socket socket) { in closeQuietly() method in OpenSSLHeartbleedTest
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java274 private static void closeQuietly(Closeable c) { in closeQuietly() method in VpnTest
/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java796 private static void closeQuietly(AutoCloseable c) { in closeQuietly() method in MessageQueueTest