Searched refs:musicFile (Results 1 – 2 of 2) sorted by relevance
628 final File musicFile = new File(getMusicDir(), AUDIO_FILE_NAME); in testManageExternalStorageCanRenameOtherAppsContents() local653 assertCanRenameFile(pdfInObviouslyWrongPlace, musicFile, /* checkDatabase */ false); in testManageExternalStorageCanRenameOtherAppsContents()654 assertFileContent(musicFile, BYTES_DATA1); in testManageExternalStorageCanRenameOtherAppsContents()659 musicFile.delete(); in testManageExternalStorageCanRenameOtherAppsContents()
1595 final File musicFile = new File(getMusicDir(), AUDIO_FILE_NAME); in testSystemGalleryCanRenameImagesAndVideos() local1621 assertThat(imageFile.renameTo(musicFile)).isTrue(); in testSystemGalleryCanRenameImagesAndVideos()1622 assertThat(getFileRowIdFromDatabase(musicFile)).isEqualTo(-1); in testSystemGalleryCanRenameImagesAndVideos()1628 executeShellCommand("rm " + musicFile.getAbsolutePath()); in testSystemGalleryCanRenameImagesAndVideos()1629 MediaStore.scanFile(getContentResolver(), musicFile); in testSystemGalleryCanRenameImagesAndVideos() local