Searched refs:file2 (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
D | StorageManagerIntegrationTest.java | 79 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/services/tests/servicestests/src/com/android/server/ |
D | MountServiceTests.java | 266 final File file2 = getFilePath("test2.obb"); in testMountAndUnmountTwoObbs() local 269 ObbObserver oo2 = mountObbWithoutWait(sm, R.raw.test1, file2); in testMountAndUnmountTwoObbs() 274 waitForObbActionCompletion(sm, file2, oo2, OnObbStateChangeListener.MOUNTED, false); in testMountAndUnmountTwoObbs() 280 final String mountPath2 = checkMountedPath(sm, file2); in testMountAndUnmountTwoObbs() 285 unmountObb(sm, file2, OnObbStateChangeListener.UNMOUNTED); in testMountAndUnmountTwoObbs()
|
/frameworks/base/packages/Keyguard/scripts/ |
D | new_merge.py | 150 def diff(file1, file2): argument 151 call([DIFF_TOOL, file1, file2])
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1394 # TAGFILES = file1 file2 ... 1397 # TAGFILES = file1=loc1 "file2 = loc2" ...
|