Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteMultiViewTest.java46 final File afterFile = new File(ourTestDir, "test.probe"); in testMoveAway() local
52 assertEquals(Os.getuid(), Os.stat(afterFile.getAbsolutePath()).st_uid); in testMoveAway()
65 final File afterFile = new File(otherTestDir, "test.probe"); in testMoveBack() local
74 assertNotEqual(Os.getuid(), Os.stat(afterFile.getAbsolutePath()).st_uid); in testMoveBack()
DWriteExternalStorageTest.java346 final File afterFile = new File(after, "test.probe"); in testMovePackageSpecificPaths() local
348 assertNotEqual(Os.getuid(), Os.stat(afterFile.getAbsolutePath()).st_uid); in testMovePackageSpecificPaths()
/cts/tests/tests/preference/src/android/preference/cts/
DPreferenceActivityFlowTest.java488 File afterFile = null; in assertScreenshotsAreEqual() local
491 afterFile = dumpBitmap(after, testName + "-after.png"); in assertScreenshotsAreEqual()
495 fail("Screenshots do not match (check " + beforeFile + " and " + afterFile + ")"); in assertScreenshotsAreEqual()