Searched defs:newFile (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/os/src/android/os/cts/ |
D | FileAccessPermissionTest.java | 113 File newFile = new File(dir, System.currentTimeMillis() + "test.txt"); in testAccessAppDataDir() local
|
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 633 private void assertCreateFileAndScanNomediaDirDoesntNoOp(File newFile, File scanDir) in assertCreateFileAndScanNomediaDirDoesntNoOp() 922 private void createAndCheckFileAsApp(TestApp testApp, File newFile) throws Exception { in createAndCheckFileAsApp()
|
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/ |
D | TestUtils.java | 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()
|
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/ |
D | LegacyStorageTest.java | 332 final File newFile = new File(TestUtils.getMusicDir(), "LegacyFileAccessTest.mp3"); in testReadOnlyExternalStorage_hasR() local
|
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/ |
D | ScopedStorageDeviceTest.java | 1056 File newFile = new File(getDcimDir(), newDisplayName); in testContentResolverUpdate() local 2883 final File newFile = new File(file.getAbsolutePath(), "test"); in testTransformsDirCommon() local
|
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/ |
D | MediaStorageTest.java | 478 final File newFile = Environment.buildPath(Environment.getExternalStorageDirectory(), in assertRenameFileAPISupport() local
|