Searched refs:sharedCePath (Results 1 – 1 of 1) sorted by relevance
721 final String sharedCePath = in testSdkDataPackageDirectory_SharedStorageIsUsable() local723 assertThat(getDevice().isDirectory(sharedCePath)).isTrue(); in testSdkDataPackageDirectory_SharedStorageIsUsable()727 String fileToRead = sharedCePath + "/readme.txt"; in testSdkDataPackageDirectory_SharedStorageIsUsable()734 assertThat(getDevice().isDirectory(sharedCePath + "/dir")).isTrue(); in testSdkDataPackageDirectory_SharedStorageIsUsable()735 assertThat(getDevice().doesFileExist(sharedCePath + "/dir/file")).isTrue(); in testSdkDataPackageDirectory_SharedStorageIsUsable()736 String content = getDevice().executeShellCommand("cat " + sharedCePath + "/dir/file"); in testSdkDataPackageDirectory_SharedStorageIsUsable()1059 final String sharedCePath = in testSdkSharedStorage_DifferentVolumeIsUsable() local1062 assertThat(getDevice().isDirectory(sharedCePath)).isTrue(); in testSdkSharedStorage_DifferentVolumeIsUsable()1064 String fileToRead = sharedCePath + "/readme.txt"; in testSdkSharedStorage_DifferentVolumeIsUsable()1071 assertThat(getDevice().isDirectory(sharedCePath + "/dir")).isTrue(); in testSdkSharedStorage_DifferentVolumeIsUsable()[all …]