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