Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerIntegrationTest.java79 File file2 = null; in testMountMultipleObb() local
87 file2 = createObbFile(OBB_FILE_2, R.raw.obb_file2); in testMountMultipleObb()
88 String filePath2 = file2.getAbsolutePath(); in testMountMultipleObb()
104 if (file2 != null) { in testMountMultipleObb()
105 file2.delete(); in testMountMultipleObb()
/frameworks/base/core/tests/coretests/src/com/android/server/
DMountServiceTests.java264 final File file2 = getFilePath("test2.obb"); in testMountAndUnmountTwoObbs() local
267 ObbObserver oo2 = mountObbWithoutWait(sm, R.raw.test1, file2); in testMountAndUnmountTwoObbs()
272 waitForObbActionCompletion(sm, file2, oo2, OnObbStateChangeListener.MOUNTED, false); in testMountAndUnmountTwoObbs()
278 final String mountPath2 = checkMountedPath(sm, file2); in testMountAndUnmountTwoObbs()
283 unmountObb(sm, file2, OnObbStateChangeListener.UNMOUNTED); in testMountAndUnmountTwoObbs()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DFsUtils.java152 public static boolean diffIgnoreSpaces(String file1, String file2) throws IOException { in diffIgnoreSpaces() argument
154 BufferedReader br2 = new BufferedReader(new FileReader(file2)); in diffIgnoreSpaces()