/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | CommonDatabaseUtils.java | 43 closeQuietly(cursor); in singleRecordToArray() 57 closeQuietly(cursor); in multiRecordToArray() 68 public static void closeQuietly(Cursor cursor) { in closeQuietly() method in CommonDatabaseUtils
|
D | DeletedContactUtil.java | 60 CommonDatabaseUtils.closeQuietly(cursor); in getCount()
|
D | VoicemailContractTest.java | 599 closeQuietly(bufferedReader); in executeShellCommand() 601 closeQuietly(parcelFileDescriptor); in executeShellCommand() 605 private static void closeQuietly(AutoCloseable closeable) { in closeQuietly() method in VoicemailContractTest
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | TelephonyUtils.java | 87 closeQuietly(br); in executeShellCommand() 89 closeQuietly(pfd); in executeShellCommand() 93 private static void closeQuietly(AutoCloseable closeable) { in closeQuietly() method in TelephonyUtils
|
D | VisualVoicemailServiceTest.java | 746 closeQuietly(bufferedReader); in executeShellCommand() 748 closeQuietly(parcelFileDescriptor); in executeShellCommand() 752 private static void closeQuietly(AutoCloseable closeable) { in closeQuietly() method in VisualVoicemailServiceTest
|
/cts/tests/tests/os/src/android/os/cts/ |
D | MessageQueueTest.java | 422 closeQuietly(reader); in testPathologicalFileDescriptorReuseCallbacks1() 546 closeQuietly(pipe[0]); in testPathologicalFileDescriptorReuseCallbacks2() 547 closeQuietly(pipe[1]); in testPathologicalFileDescriptorReuseCallbacks2() 548 closeQuietly(pipe2[0]); in testPathologicalFileDescriptorReuseCallbacks2() 549 closeQuietly(pipe2[1]); in testPathologicalFileDescriptorReuseCallbacks2() 633 closeQuietly(pipe[0]); in testPathologicalFileDescriptorReuseCallbacks3() 634 closeQuietly(pipe[1]); in testPathologicalFileDescriptorReuseCallbacks3() 635 closeQuietly(pipe2[0]); in testPathologicalFileDescriptorReuseCallbacks3() 636 closeQuietly(pipe2[1]); in testPathologicalFileDescriptorReuseCallbacks3() 796 private static void closeQuietly(AutoCloseable c) { in closeQuietly() method in MessageQueueTest [all …]
|
D | FileUtilsTest.java | 116 FileUtils.closeQuietly(fis); in testClose() 119 FileUtils.closeQuietly(fd); in testClose()
|
/cts/libs/input/src/com/android/cts/input/ |
D | HidDevice.java | 19 import static android.os.FileUtils.closeQuietly; 136 closeQuietly(mOutputStream); in close() 144 closeQuietly(pipes[0]); // hid command is write-only in setupPipes()
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 307 private static void closeQuietly(Closeable c) { in closeQuietly() method in VpnTest 401 closeQuietly(listen); in checkTcpReflection() 402 closeQuietly(client); in checkTcpReflection() 407 closeQuietly(listen); in checkTcpReflection() 451 closeQuietly(listen); in checkTcpReflection() 452 closeQuietly(client); in checkTcpReflection() 453 closeQuietly(server); in checkTcpReflection()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ExifInterfaceTest.java | 404 IoUtils.closeQuietly(in); in testExifInterfaceCommon() 416 IoUtils.closeQuietly(fd); in testExifInterfaceCommon() 469 IoUtils.closeQuietly(in); in testExifInterfaceRange() 547 IoUtils.closeQuietly(fd); in testSaveAttributes_withFileDescriptor()
|
D | HeifWriterTest.java | 114 closeQuietly(inputStream); in setUp() 115 closeQuietly(outputStream); in setUp() 273 private void closeQuietly(Closeable closeable) { in closeQuietly() method in HeifWriterTest
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | ProviderInfoTest.java | 67 IoUtils.closeQuietly(in); in testProviderMetaData()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | TestUtils.java | 413 closeQuietly(br); in executeShellCommand() 415 closeQuietly(pfd); in executeShellCommand() 419 private static void closeQuietly(AutoCloseable closeable) { in closeQuietly() method in TestUtils
|
/cts/tests/tests/security/src/android/security/cts/ |
D | StagefrightTest.java | 1077 closeQuietly(fd); in testStagefright_bug_68342866() 1198 closeQuietly(fd); in testStagefright_cve_2017_13279() 1703 private void closeQuietly(AutoCloseable closeable) { in closeQuietly() method in StagefrightTest 1754 closeQuietly(fd); in doStagefrightTestMediaPlayer() 1820 closeQuietly(fd); in testStagefright_cve_2019_2129() 1916 closeQuietly(fd); in doStagefrightTestMediaCodec() 2099 closeQuietly(fd); in doStagefrightTestMediaMetadataRetriever() 2550 closeQuietly(fd); in doStagefrightTestMediaPlayerANR() 2606 closeQuietly(fd); in doStagefrightTestExtractorSeek() 2648 closeQuietly(fd); in assertExtractorDoesNotHang()
|
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTestBase.java | 122 FileUtils.closeQuietly(in); in hash() 195 FileUtils.closeQuietly(in); in getTotalBytes()
|