Home
last modified time | relevance | path

Searched refs:createFile (Results 1 – 7 of 7) 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.java133 createFile(Environment.getExternalStoragePublicDirectory( in testAddCompletedDownload_publicDirs()
135 createFile(Environment.getExternalStoragePublicDirectory( in testAddCompletedDownload_publicDirs()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFileUtils.java145 public static void createFile(File file, int numBytes) throws IOException { in createFile() method in FileUtils
/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.java527 final File file = createFile(mContext.getExternalFilesDir(null), "colors.txt"); in testAddCompletedDownload()
547 final String path = createFile(Environment.getExternalStoragePublicDirectory( in testAddCompletedDownload_downloadDir()
574 File file = createFile(mContext.getFilesDir(), "colors.txt"); in testAddCompletedDownload_invalidPaths()
DDownloadManagerTestBase.java286 protected static File createFile(File baseDir, String fileName) { in createFile() method in DownloadManagerTestBase
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1399 private static File createFile(@NonNull File dir, @NonNull String filename) throws IOException { in createFile() method in Helper
1415 final File file = createFile(dir, filename); in dumpBitmap()
1442 return createFile(dir, filename); in createTestFile()