Home
last modified time | relevance | path

Searched refs:file1 (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java143 Doc file1 = buildDoc("doc:file1", "FILE1", "mime1/file1", null); in resetRoots() local
144 file1.contents = "fileone".getBytes(); in resetRoots()
145 file1.flags = Document.FLAG_SUPPORTS_WRITE; in resetRoots()
146 mLocalRoot.children.add(file1); in resetRoots()
147 mCreateRoot.children.add(file1); in resetRoots()
/cts/tests/tests/media/src/android/media/cts/
DMediaScannerTest.java295 String file1 = dir1 + "/test.mp3"; in testWildcardPaths() local
299 writeFile(R.raw.testmp3, file1); in testWildcardPaths()
300 mMediaScannerConnection.scanFile(file1, MEDIA_TYPE); in testWildcardPaths()
342 new File(file1).delete(); in testWildcardPaths()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java160 private void doMountAndUnmountTwoObbs(File file1, File file2) throws IOException { in doMountAndUnmountTwoObbs() argument
161 ObbObserver oo1 = mountObbWithoutWait(R.raw.test1_new, file1); in doMountAndUnmountTwoObbs()
165 waitForObbActionCompletion(file1, oo1, OnObbStateChangeListener.MOUNTED); in doMountAndUnmountTwoObbs()
184 unmountObb(file1, OnObbStateChangeListener.UNMOUNTED); in doMountAndUnmountTwoObbs()