Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerIntegrationTest.java78 File file1 = null; in testMountMultipleObb() local
82 file1 = createObbFile(OBB_FILE_1, R.raw.obb_file1); in testMountMultipleObb()
83 String filePath1 = file1.getAbsolutePath(); in testMountMultipleObb()
101 if (file1 != null) { in testMountMultipleObb()
102 file1.delete(); in testMountMultipleObb()
142 File file1 = null; in testMountTwoEncryptedObb() local
149 file1 = createObbFile(OBB_FILE_1_ENCRYPTED, R.raw.obb_enc_file100_orig1); in testMountTwoEncryptedObb()
150 String filePath1 = file1.getAbsolutePath(); in testMountTwoEncryptedObb()
160 if (file1 != null) { in testMountTwoEncryptedObb()
161 file1.delete(); in testMountTwoEncryptedObb()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java265 final File file1 = getFilePath("test1.obb"); in testMountAndUnmountTwoObbs() local
268 ObbObserver oo1 = mountObbWithoutWait(sm, R.raw.test1, file1); in testMountAndUnmountTwoObbs()
272 waitForObbActionCompletion(sm, file1, oo1, OnObbStateChangeListener.MOUNTED, false); in testMountAndUnmountTwoObbs()
276 final String mountPath1 = checkMountedPath(sm, file1); in testMountAndUnmountTwoObbs()
284 unmountObb(sm, file1, OnObbStateChangeListener.UNMOUNTED); in testMountAndUnmountTwoObbs()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppCacheTest.java243 File file1 = new File(fileArr[i], "testFile"+j+".txt"); in testAppCreateCacheFiles() local
246 fos = new FileOutputStream(file1); in testAppCreateCacheFiles()
250 Log.i(TAG, "wrote 10K bytes to "+file1); in testAppCreateCacheFiles()
366 File file1 = new File(cacheDir, testFilePrefix+i+".txt"); in createTestFiles1() local
369 fos = new FileOutputStream(file1); in createTestFiles1()
393 File file1 = new File(cacheDir, testFilePrefix+i+".txt"); in verifyTestFiles1() local
394 if(file1.exists()) { in verifyTestFiles1()
395 files.add(file1.getName()); in verifyTestFiles1()
416 File file1 = new File(fileArr[i], testFilePrefix+j+".txt"); in createTestFiles2() local
419 fos = new FileOutputStream(file1); in createTestFiles2()
/frameworks/base/packages/Keyguard/scripts/
Dnew_merge.py150 def diff(file1, file2): argument
151 call([DIFF_TOOL, file1, file2])
/frameworks/wilhelm/doc/
DDoxyfile1394 # TAGFILES = file1 file2 ...
1397 # TAGFILES = file1=loc1 "file2 = loc2" ...