Searched defs:oldFile (Results 1 – 3 of 3) sorted by relevance
676 public void assertRenameFileAPISupport(File oldFile) throws Exception { in assertRenameFileAPISupport()695 public void assertRenameAndReplaceFileAPISupport(File oldFile, Callable<Uri> create) in assertRenameAndReplaceFileAPISupport()
1207 public static void assertCanRenameFile(File oldFile, File newFile) { in assertCanRenameFile()1214 public static void assertCanRenameFile(File oldFile, File newFile, boolean checkDatabase) { in assertCanRenameFile()1227 public static void assertCantRenameFile(File oldFile, File newFile) { in assertCantRenameFile()
1075 File oldFile = new File(getDcimDir(), oldDisplayName); in testContentResolverUpdate() local