Searched refs:file2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java80 File file2 = null;
88 file2 = createObbFile(OBB_FILE_2, R.raw.obb_file2);
89 String filePath2 = file2.getAbsolutePath();
105 if (file2 != null) {
106 file2.delete();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java253 final File file2 = getFilePath("test2.obb");
256 ObbObserver oo2 = mountObbWithoutWait(sm, R.raw.test1, file2);
261 waitForObbActionCompletion(sm, file2, oo2, OnObbStateChangeListener.MOUNTED, false);
267 final String mountPath2 = checkMountedPath(sm, file2);
272 unmountObb(sm, file2, OnObbStateChangeListener.UNMOUNTED);
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py150 def diff(file1, file2):
151 call([DIFF_TOOL, file1, file2])
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DImageCompare.java24 public static boolean compareImage(String file1, String file2) { argument
26 byte[] second = loadImageByteArray(file2);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 312 milliseconds