Home
last modified time | relevance | path

Searched defs:newFile (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DFileAccessPermissionTest.java115 File newFile = new File(dir, System.currentTimeMillis() + "test.txt"); in testAccessAppDataDir() local
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DOtherAppFilesRule.java139 private Uri createFileAsOther(File buffer, File newFile) in createFileAsOther()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java913 private void assertCreateFileAndScanNomediaDirDoesntNoOp(File newFile, File scanDir) in assertCreateFileAndScanNomediaDirDoesntNoOp()
1208 private void createAndCheckFileAsApp(TestApp testApp, File newFile) throws Exception { in createAndCheckFileAsApp()
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStorageTest.java681 final File newFile = Environment.buildPath( in assertRenameFileAPISupport() local
702 File newFile = new File(queryForSingleColumn(newUri, MediaColumns.DATA)); in assertRenameAndReplaceFileAPISupport() local
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1207 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()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java342 final File newFile = new File(TestUtils.getMusicDir(), "LegacyStorageTest.mp3"); in testReadOnlyExternalStorage_hasR() local
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1076 File newFile = new File(getDcimDir(), newDisplayName); in testContentResolverUpdate() local
3187 final File newFile = new File(file.getAbsolutePath(), "test"); in testTransformsDirCommon() local