Searched refs:BYTES_DATA1 (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/ |
D | LegacyStorageTest.java | 19 import static android.scopedstorage.cts.lib.TestUtils.BYTES_DATA1; 378 fos.write(BYTES_DATA1); in testInsertHiddenFile() 637 fos.write(BYTES_DATA1); in testRenameDoesntInvalidateUri_hasRW() 805 fos.write(BYTES_DATA1); in testInsertWithUnsupportedMimeType() 839 fos.write(BYTES_DATA1); in testLegacySystemGalleryCanRenameImagesAndVideosWithoutDbUpdates() 844 assertFileContent(videoFile, BYTES_DATA1); in testLegacySystemGalleryCanRenameImagesAndVideosWithoutDbUpdates() 888 fos.write(BYTES_DATA1); in testLegacyWESCanRenameImagesAndVideosWithDbUpdates_hasW() 893 assertFileContent(videoFile, BYTES_DATA1); in testLegacyWESCanRenameImagesAndVideosWithDbUpdates_hasW()
|
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/ |
D | ScopedStorageDeviceTest.java | 170 public static final byte[] BYTES_DATA1 = STR_DATA1.getBytes(); field in ScopedStorageDeviceTest 415 fos.write(BYTES_DATA1); in testCreateFileInAppExternalDir() 419 assertFileContent(file, BYTES_DATA1); in testCreateFileInAppExternalDir() 498 fos.write(BYTES_DATA1); in testContributeMediaFile() 511 BYTES_DATA1.length + BYTES_DATA2.length); in testContributeMediaFile() 695 ByteBuffer.wrap(BYTES_DATA1))).isEqualTo(BYTES_DATA1.length); in testLowLevelFileIO() 696 assertFileContent(fd, BYTES_DATA1); in testLowLevelFileIO() 1406 assertCanWriteAndRead(otherAppImageFile, BYTES_DATA1); in testDisableOpResetForSystemGallery() 1407 assertCanWriteAndRead(otherAppVideoFile, BYTES_DATA1); in testDisableOpResetForSystemGallery() 1438 fos.write(BYTES_DATA1); in testSystemGalleryAppHasFullAccessToImages() [all …]
|
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 19 import static android.scopedstorage.cts.lib.TestUtils.BYTES_DATA1; 370 fos.write(BYTES_DATA1); in testManageExternalStorageCanRenameOtherAppsContents() 372 assertFileContent(otherAppPdf, BYTES_DATA1); in testManageExternalStorageCanRenameOtherAppsContents() 376 assertFileContent(pdf, BYTES_DATA1); in testManageExternalStorageCanRenameOtherAppsContents() 379 assertFileContent(topLevelPdf, BYTES_DATA1); in testManageExternalStorageCanRenameOtherAppsContents() 383 assertFileContent(pdfInObviouslyWrongPlace, BYTES_DATA1); in testManageExternalStorageCanRenameOtherAppsContents() 387 assertFileContent(musicFile, BYTES_DATA1); in testManageExternalStorageCanRenameOtherAppsContents()
|
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/ |
D | TestUtils.java | 127 public static final byte[] BYTES_DATA1 = STR_DATA1.getBytes(); field in TestUtils
|