Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java147 final String dePath = getSdkDataRootPath(0, false); in testSdkDataRootDirectory_IsCreatedOnUserCreate() local
148 assertThat(getDevice().isDirectory(dePath)).isTrue(); in testSdkDataRootDirectory_IsCreatedOnUserCreate()
156 final String dePath = getSdkDataRootPath(secondaryUserId, false); in testSdkDataRootDirectory_IsCreatedOnUserCreate() local
157 assertThat(getDevice().isDirectory(dePath)).isTrue(); in testSdkDataRootDirectory_IsCreatedOnUserCreate()
181 final String dePath = getSdkDataMirrorPackagePath(0, TEST_APP_STORAGE_PACKAGE, false); in testSdkSandboxDataMirrorAppDirectory_IsCreatedOnInstall() local
184 assertThat(getDevice().isDirectory(dePath)).isFalse(); in testSdkSandboxDataMirrorAppDirectory_IsCreatedOnInstall()
188 assertThat(getDevice().isDirectory(dePath)).isTrue(); in testSdkSandboxDataMirrorAppDirectory_IsCreatedOnInstall()
243 final String dePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, false); in testSdkSandboxDataRootDirectory_IsNotAccessibleByApps() local
244 assertThat(getDevice().isDirectory(dePath)).isTrue(); in testSdkSandboxDataRootDirectory_IsNotAccessibleByApps()
254 final String dePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, false); in testSdkDataPackageDirectory_IsCreatedOnInstall() local
[all …]