Searched defs:oldFile (Results 1 – 3 of 3) sorted by relevance
925 public static void assertCanRenameFile(File oldFile, File newFile) { in assertCanRenameFile()932 public static void assertCanRenameFile(File oldFile, File newFile, boolean checkDatabase) { in assertCanRenameFile()945 public static void assertCantRenameFile(File oldFile, File newFile) { in assertCantRenameFile()
471 public void assertRenameFileAPISupport(File oldFile) throws Exception { in assertRenameFileAPISupport()
1055 File oldFile = new File(getDcimDir(), oldDisplayName); in testContentResolverUpdate() local