Home
last modified time | relevance | path

Searched refs:file2 (Results 1 – 7 of 7) sorted by relevance

/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DChecksumReporterTest.java164 File file2 = new File(subDirectory, "file2.txt"); in testFileCRCOperations() local
165 try (FileWriter fileWriter = new FileWriter(file2, false)) { in testFileCRCOperations()
172 assertTrue(mReporter.containsFile(file2, folderName + "/child")); in testFileCRCOperations()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java150 Doc file2 = buildDoc("doc:file2", "FILE2", "mime2/file2", null); in resetRoots() local
151 file2.contents = "filetwo".getBytes(); in resetRoots()
152 file2.flags = Document.FLAG_SUPPORTS_WRITE; in resetRoots()
153 mLocalRoot.children.add(file2); in resetRoots()
154 mCreateRoot.children.add(file2); in resetRoots()
/cts/tests/tests/media/src/android/media/cts/
DMediaMuxerTest.java228 RandomAccessFile file2 = null; in testIllegalStateExceptions() local
230 file2 = new RandomAccessFile(outputFile, "r"); in testIllegalStateExceptions()
231 muxer = new MediaMuxer(file2.getFD(), MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4); in testIllegalStateExceptions()
236 file2.close(); in testIllegalStateExceptions()
DMediaScannerTest.java248 String file2 = dir2 + "/test.mp3"; in testWildcardPaths() local
256 writeFile(R.raw.testmp3, file2); in testWildcardPaths()
258 mMediaScannerConnection.scanFile(file2, MEDIA_TYPE); in testWildcardPaths()
301 new File(file2).delete(); in testWildcardPaths()
/cts/hostsidetests/aadb/src/android/aadb/cts/
DTestDeviceFuncTest.java208 private boolean compareFiles(File file1, File file2) throws IOException { in compareFiles() argument
214 stream2 = new BufferedInputStream(new FileInputStream(file2)); in compareFiles()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java151 private void doMountAndUnmountTwoObbs(File file1, File file2) throws IOException { in doMountAndUnmountTwoObbs() argument
153 ObbObserver oo2 = mountObbWithoutWait(R.raw.test1_new, file2); in doMountAndUnmountTwoObbs()
158 waitForObbActionCompletion(file2, oo2, OnObbStateChangeListener.MOUNTED); in doMountAndUnmountTwoObbs()
176 unmountObb(file2, OnObbStateChangeListener.UNMOUNTED); in doMountAndUnmountTwoObbs()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...