Searched refs:fileToRead (Results 1 – 1 of 1) sorted by relevance
727 String fileToRead = sharedCePath + "/readme.txt"; in testSdkDataPackageDirectory_SharedStorageIsUsable() local728 getDevice().executeShellCommand("echo something to read > " + fileToRead); in testSdkDataPackageDirectory_SharedStorageIsUsable()729 assertThat(getDevice().doesFileExist(fileToRead)).isTrue(); in testSdkDataPackageDirectory_SharedStorageIsUsable()950 String fileToRead = perSdkStorage + "/readme.txt"; in testSdkDataSubDirectory_PerSdkStorageIsUsable() local951 getDevice().executeShellCommand("echo something to read > " + fileToRead); in testSdkDataSubDirectory_PerSdkStorageIsUsable()952 assertThat(getDevice().doesFileExist(fileToRead)).isTrue(); in testSdkDataSubDirectory_PerSdkStorageIsUsable()992 String fileToRead = perSdkStorage + "/readme.txt"; in testSdkDataSubDirectory_PerSdkStorageIsUsable_DifferentVolume() local993 getDevice().executeShellCommand("echo something to read > " + fileToRead); in testSdkDataSubDirectory_PerSdkStorageIsUsable_DifferentVolume()994 assertThat(getDevice().doesFileExist(fileToRead)).isTrue(); in testSdkDataSubDirectory_PerSdkStorageIsUsable_DifferentVolume()1064 String fileToRead = sharedCePath + "/readme.txt"; in testSdkSharedStorage_DifferentVolumeIsUsable() local[all …]