/cts/tests/backup/app/src/android/backup/app/ |
D | MainActivity.java | 55 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/ |
D | DownloadManagerApi28Test.java | 127 createFile(Environment.getExternalStoragePublicDirectory( in testAddCompletedDownload_publicDirs() 129 createFile(Environment.getExternalStoragePublicDirectory( in testAddCompletedDownload_publicDirs()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | FileUtils.java | 135 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/ |
D | FileUtils.java | 135 public static void createFile(File file, int numBytes) throws IOException { in createFile() method in FileUtils
|
/cts/tests/app/DownloadManagerLegacyTest/src/android/app/cts/ |
D | DownloadManagerLegacyTest.java | 39 createFile(Environment.getExternalStoragePublicDirectory( in testAddCompletedDownload()
|
/cts/tests/tests/preference/src/android/preference/cts/ |
D | PreferenceActivityFlowTest.java | 501 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/ |
D | DownloadManagerTest.java | 501 final File file = createFile(mContext.getExternalFilesDir(null), "colors.txt"); in testAddCompletedDownload() 524 File file = createFile(mContext.getFilesDir(), "colors.txt"); in testAddCompletedDownload_invalidPaths()
|
D | DownloadManagerTestBase.java | 177 protected static File createFile(File baseDir, String fileName) { in createFile() method in DownloadManagerTestBase
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | Helper.java | 1310 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/ |
D | MediaStore_Video_MediaTest.java | 120 FileUtils.createFile(videoFile, numBytes); in testStoreVideoMediaExternal()
|
D | MediaStore_Images_MediaTest.java | 232 FileUtils.createFile(new File(externalPath), numBytes); in testStoreImagesMediaExternal()
|