Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java151 Doc file2 = buildDoc("doc:file2", "FILE2", "mime2/file2", null); in resetRoots() local
152 file2.contents = "filetwo".getBytes(); in resetRoots()
153 file2.flags = Document.FLAG_SUPPORTS_WRITE; in resetRoots()
154 mLocalRoot.children.add(file2); in resetRoots()
155 mCreateRoot.children.add(file2); in resetRoots()
/cts/tests/tests/media/src/android/media/cts/
DMediaScannerTest.java297 String file2 = dir2 + "/test.mp3"; in testWildcardPaths() local
305 writeFile(R.raw.testmp3, file2); in testWildcardPaths()
307 mMediaScannerConnection.scanFile(file2, MEDIA_TYPE); in testWildcardPaths()
344 new File(file2).delete(); in testWildcardPaths()
DMediaMuxerTest.java255 RandomAccessFile file2 = null; in testIllegalStateExceptions() local
257 file2 = new RandomAccessFile(outputFile, "r"); in testIllegalStateExceptions()
258 muxer = new MediaMuxer(file2.getFD(), MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4); in testIllegalStateExceptions()
263 file2.close(); in testIllegalStateExceptions()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java160 private void doMountAndUnmountTwoObbs(File file1, File file2) throws IOException { in doMountAndUnmountTwoObbs() argument
162 ObbObserver oo2 = mountObbWithoutWait(R.raw.test1_new, file2); in doMountAndUnmountTwoObbs()
167 waitForObbActionCompletion(file2, oo2, OnObbStateChangeListener.MOUNTED); in doMountAndUnmountTwoObbs()
185 unmountObb(file2, OnObbStateChangeListener.UNMOUNTED); in doMountAndUnmountTwoObbs()