Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java721 final String sharedCePath = in testSdkDataPackageDirectory_SharedStorageIsUsable() local
723 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() local
1062 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 …]