Home
last modified time | relevance | path

Searched refs:createFile (Results 1 – 11 of 11) sorted by relevance

/cts/tests/backup/app/src/android/backup/app/
DMainActivity.java55 createFile(fileSize); in onCreate()
66 private void createFile(int size) throws IOException { in createFile() method in MainActivity
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java127 createFile(Environment.getExternalStoragePublicDirectory( in testAddCompletedDownload_publicDirs()
129 createFile(Environment.getExternalStoragePublicDirectory( in testAddCompletedDownload_publicDirs()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DFileUtils.java135 public static void createFile(File file, int numBytes) throws IOException { in createFile() method in FileUtils
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFileUtils.java135 public static void createFile(File file, int numBytes) throws IOException { in createFile() method in FileUtils
/cts/tests/app/DownloadManagerLegacyTest/src/android/app/cts/
DDownloadManagerLegacyTest.java39 createFile(Environment.getExternalStoragePublicDirectory( in testAddCompletedDownload()
/cts/tests/tests/preference/src/android/preference/cts/
DPreferenceActivityFlowTest.java501 File file = createFile(filename); in dumpBitmap()
509 private static File createFile(String filename) throws IOException { in createFile() method in PreferenceActivityFlowTest
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java501 final File file = createFile(mContext.getExternalFilesDir(null), "colors.txt"); in testAddCompletedDownload()
524 File file = createFile(mContext.getFilesDir(), "colors.txt"); in testAddCompletedDownload_invalidPaths()
DDownloadManagerTestBase.java177 protected static File createFile(File baseDir, String fileName) { in createFile() method in DownloadManagerTestBase
/cts/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java1310 private static File createFile(@NonNull File dir, @NonNull String filename) throws IOException { in createFile() method in Helper
1326 final File file = createFile(dir, filename); in dumpBitmap()
1353 return createFile(dir, filename); in createTestFile()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Video_MediaTest.java120 FileUtils.createFile(videoFile, numBytes); in testStoreVideoMediaExternal()
DMediaStore_Images_MediaTest.java232 FileUtils.createFile(new File(externalPath), numBytes); in testStoreImagesMediaExternal()