Searched defs:file2 (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelFileDescriptorTest.java | 352 final ParcelFileDescriptor file2 = ParcelFileDescriptor.wrap(file1, handler2, listener2); in testFileWrapped() local
|
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/ |
D | MyDocumentsProvider.java | 152 Doc file2 = buildDoc("doc:file2", "FILE2", "mime2/file2", null); in resetRoots() local
|
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/ |
D | TranscodeTestUtils.java | 400 public static void assertFileContent(File file1, File file2, ParcelFileDescriptor pfd1, in assertFileContent()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaScannerTest.java | 321 String file2 = dir2 + "/test.mp3"; in testWildcardPaths() local
|
D | MediaMuxerTest.java | 289 RandomAccessFile file2 = null; in SKIP_testIllegalStateExceptions() local
|
/cts/tests/tests/os/src/android/os/storage/cts/ |
D | StorageManagerTest.java | 173 private void doMountAndUnmountTwoObbs(File file1, File file2) throws IOException { in doMountAndUnmountTwoObbs()
|
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/ |
D | ScopedStorageDeviceTest.java | 445 final File file2 = new File(shellPackageFileDir, NONMEDIA_FILE_NAME); in testCreateFileInOtherAppExternalDir() local 2397 final File file2 = new File(renamedDir, NONMEDIA_FILE_NAME); in testRenameWithSpecialChars() local
|