Searched refs:renameFileAs (Results 1 – 2 of 2) sorted by relevance
28 import static android.scopedstorage.cts.lib.TestUtils.renameFileAs;239 assertThat(renameFileAs(app, file, renamedFile)).isTrue(); in testAppDoesntBypassDatabaseOps()268 assertThat(renameFileAs(app, file, renamedFile)).isTrue(); in testAppBypassesDatabaseOps()
478 public static boolean renameFileAs(TestApp testApp, File src, File dst) throws Exception { in renameFileAs() method in TestUtils