Searched refs:sdfile (Results 1 – 1 of 1) sorted by relevance
293 File sdfile = null; in testAccess() local298 sdfile = new File(fileDir); in testAccess()299 writeFile(R.raw.testmp3, sdfile.getCanonicalPath()); in testAccess()300 assertTrue(sdfile.exists()); in testAccess()302 values.put("_data", sdfile.getCanonicalPath()); in testAccess()311 if (realPath.equals(sdfile.getCanonicalPath())) { in testAccess()313 sdfile = null; in testAccess()336 if (sdfile != null) { in testAccess()337 assertEquals("couldn't delete " + sdfile.getCanonicalPath(), true, sdfile.delete()); in testAccess()