/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/libs/vogar-expect/src/vogar/util/ |
D | IoUtils.java | 25 public static void closeQuietly(Closeable c) { in closeQuietly() method in IoUtils 34 public static void closeQuietly(Socket c) { in closeQuietly() method in IoUtils
|
/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/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/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 290 private static void closeQuietly(Closeable c) { in closeQuietly() method in VpnTest 384 closeQuietly(listen); in checkTcpReflection() 385 closeQuietly(client); in checkTcpReflection() 390 closeQuietly(listen); in checkTcpReflection() 434 closeQuietly(listen); in checkTcpReflection() 435 closeQuietly(client); in checkTcpReflection() 436 closeQuietly(server); in checkTcpReflection()
|
/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 | 343 closeQuietly(br); in executeShellCommand() 345 closeQuietly(pfd); in executeShellCommand() 349 private static void closeQuietly(AutoCloseable closeable) { in closeQuietly() method in TestUtils
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
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/media/src/android/media/cts/ |
D | ExifInterfaceTest.java | 382 IoUtils.closeQuietly(in); in testExifInterfaceCommon() 394 IoUtils.closeQuietly(fd); in testExifInterfaceCommon() 453 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/security/src/android/security/cts/ |
D | StagefrightTest.java | 869 closeQuietly(fd); in testStagefright_bug_68342866() 1260 private void closeQuietly(AutoCloseable closeable) { in closeQuietly() method in StagefrightTest 1306 closeQuietly(fd); in doStagefrightTestMediaPlayer() 1378 closeQuietly(fd); in doStagefrightTestMediaCodec() 1547 closeQuietly(fd); in doStagefrightTestMediaMetadataRetriever() 1933 closeQuietly(fd); in doStagefrightTestMediaPlayerANR() 1984 closeQuietly(fd); in doStagefrightTestExtractorSeek()
|
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTestBase.java | 106 FileUtils.closeQuietly(in); in hash()
|