Searched defs:oldFile (Results 1 – 3 of 3) sorted by relevance
1173 public static void assertCanRenameFile(File oldFile, File newFile) { in assertCanRenameFile()1180 public static void assertCanRenameFile(File oldFile, File newFile, boolean checkDatabase) { in assertCanRenameFile()1193 public static void assertCantRenameFile(File oldFile, File newFile) { in assertCantRenameFile()
678 public void assertRenameFileAPISupport(File oldFile) throws Exception { in assertRenameFileAPISupport()697 public void assertRenameAndReplaceFileAPISupport(File oldFile, Callable<Uri> create) in assertRenameAndReplaceFileAPISupport()
1071 File oldFile = new File(getDcimDir(), oldDisplayName); in testContentResolverUpdate() local