Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java146 final String cePath = getSdkDataRootPath(0, true); in testSdkDataRootDirectory_IsCreatedOnUserCreate() local
149 assertThat(getDevice().isDirectory(cePath)).isTrue(); in testSdkDataRootDirectory_IsCreatedOnUserCreate()
155 final String cePath = getSdkDataRootPath(secondaryUserId, true); in testSdkDataRootDirectory_IsCreatedOnUserCreate() local
158 assertThat(getDevice().isDirectory(cePath)).isTrue(); in testSdkDataRootDirectory_IsCreatedOnUserCreate()
180 final String cePath = getSdkDataMirrorPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkSandboxDataMirrorAppDirectory_IsCreatedOnInstall() local
183 assertThat(getDevice().isDirectory(cePath)).isFalse(); in testSdkSandboxDataMirrorAppDirectory_IsCreatedOnInstall()
187 assertThat(getDevice().isDirectory(cePath)).isTrue(); in testSdkSandboxDataMirrorAppDirectory_IsCreatedOnInstall()
242 final String cePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkSandboxDataRootDirectory_IsNotAccessibleByApps() local
245 assertThat(getDevice().isDirectory(cePath)).isTrue(); in testSdkSandboxDataRootDirectory_IsNotAccessibleByApps()
253 final String cePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkDataPackageDirectory_IsCreatedOnInstall() local
[all …]