Home
last modified time | relevance | path

Searched refs:fileToRead (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java727 String fileToRead = sharedCePath + "/readme.txt"; in testSdkDataPackageDirectory_SharedStorageIsUsable() local
728 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() local
951 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() local
993 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 …]