/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/ |
D | OwnedFilesRule.java | 70 public Uri createFile(int resourceId, File imageFile) throws IOException { in createFile() method in OwnedFilesRule 78 public Uri createFile(File file) throws IOException { in createFile() method in OwnedFilesRule
|
/cts/tests/backup/app/src/android/backup/app/ |
D | MainActivity.java | 66 private void createFile(int size) throws IOException { in createFile() method in MainActivity
|
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/ |
D | Helper.java | 113 private static File createFile(File dir, String filename) throws IOException { in createFile() method in Helper
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | FileUtils.java | 145 public static void createFile(File file, int numBytes) throws IOException { in createFile() method in FileUtils
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/ |
D | FileUtils.java | 149 public static void createFile(File file, int numBytes) throws IOException { in createFile() method in FileUtils
|
/cts/tests/translation/src/android/translation/cts/ |
D | Helper.java | 237 private static File createFile(File dir, String filename) throws IOException { in createFile() method in Helper
|
/cts/tests/tests/preference/src/android/preference/cts/ |
D | PreferenceActivityFlowTest.java | 509 private static File createFile(String filename) throws IOException { in createFile() method in PreferenceActivityFlowTest
|
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/ |
D | MediaStorageTest.java | 255 MediaStorageTest::createFile,/* checkExceptionForDelete= */ false); in testReadUriPermissionOnUriWithoutId_sameQueryResult() field in MediaStorageTest.MediaStorageTest 333 MediaStorageTest::createFile); in testOwningOneFileNotGrantPrefixUriPermission() field in MediaStorageTest.MediaStorageTest 992 private static Uri createFile() throws IOException { in createFile() method in MediaStorageTest
|
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTestBase.java | 287 protected static File createFile(File baseDir, String fileName) { in createFile() method in DownloadManagerTestBase
|
/cts/tests/PhotoPicker/src/android/photopicker/cts/ |
D | PickerProviderMediaGenerator.java | 324 public void createFile(Context context, int sourceResId, File targetFile) in createFile() method in PickerProviderMediaGenerator.TestMedia
|
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/ |
D | Utils.java | 608 private static File createFile(String filename, String localDir) throws IOException { in createFile() method in Utils
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | Helper.java | 1510 private static File createFile(@NonNull File dir, @NonNull String filename) throws IOException { in createFile() method in Helper
|