Searched refs:getVolumePath (Results 1 – 6 of 6) sorted by relevance
82 final File dir = ProviderTestUtils.getVolumePath(mVolumeName); in testOwned()98 final File dir = ProviderTestUtils.getVolumePath(mVolumeName); in testUnowned()114 final File dir = ProviderTestUtils.getVolumePath(mVolumeName); in testAtypical()
215 final File dir = ProviderTestUtils.getVolumePath(mVolumeName); in testDirectory_InsideSandbox()315 final File file = Environment.buildPath(ProviderTestUtils.getVolumePath(mVolumeName), in stageImageInAudio()
104 mDownloadsDir = new File(ProviderTestUtils.getVolumePath(resolveVolumeName(mVolumeName)), in setUp()106 mPicturesDir = new File(ProviderTestUtils.getVolumePath(resolveVolumeName(mVolumeName)), in setUp()
225 final String path = ProviderTestUtils.getVolumePath(resolveVolumeName(mVolumeName)) in testAccess()
307 public File getVolumePath(String volumeName) { in getVolumePath() method in MediaStoreUiTest313 final File dir = new File(getVolumePath(mVolumeName), in prepareFile()
102 final File mountedPath = getVolumePath(vol); in getSharedVolumeNames()229 public static File getVolumePath(String volumeName) { in getVolumePath() method