Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java944 final String perSdkStorage = in testSdkDataSubDirectory_PerSdkStorageIsUsable() local
946 assertThat(getDevice().isDirectory(perSdkStorage)).isTrue(); in testSdkDataSubDirectory_PerSdkStorageIsUsable()
950 String fileToRead = perSdkStorage + "/readme.txt"; in testSdkDataSubDirectory_PerSdkStorageIsUsable()
958 .that(getDevice().isDirectory(perSdkStorage + "/dir")) in testSdkDataSubDirectory_PerSdkStorageIsUsable()
960 assertThat(getDevice().doesFileExist(perSdkStorage + "/dir/file")).isTrue(); in testSdkDataSubDirectory_PerSdkStorageIsUsable()
961 String content = getDevice().executeShellCommand("cat " + perSdkStorage + "/dir/file"); in testSdkDataSubDirectory_PerSdkStorageIsUsable()
984 final String perSdkStorage = in testSdkDataSubDirectory_PerSdkStorageIsUsable_DifferentVolume() local
988 assertThat(getDevice().isDirectory(perSdkStorage)).isTrue(); in testSdkDataSubDirectory_PerSdkStorageIsUsable_DifferentVolume()
992 String fileToRead = perSdkStorage + "/readme.txt"; in testSdkDataSubDirectory_PerSdkStorageIsUsable_DifferentVolume()
1000 .that(getDevice().isDirectory(perSdkStorage + "/dir")) in testSdkDataSubDirectory_PerSdkStorageIsUsable_DifferentVolume()
[all …]