Searched refs:dePath (Results 1 – 1 of 1) sorted by relevance
147 final String dePath = getSdkDataRootPath(0, false); in testSdkDataRootDirectory_IsCreatedOnUserCreate() local148 assertThat(getDevice().isDirectory(dePath)).isTrue(); in testSdkDataRootDirectory_IsCreatedOnUserCreate()156 final String dePath = getSdkDataRootPath(secondaryUserId, false); in testSdkDataRootDirectory_IsCreatedOnUserCreate() local157 assertThat(getDevice().isDirectory(dePath)).isTrue(); in testSdkDataRootDirectory_IsCreatedOnUserCreate()181 final String dePath = getSdkDataMirrorPackagePath(0, TEST_APP_STORAGE_PACKAGE, false); in testSdkSandboxDataMirrorAppDirectory_IsCreatedOnInstall() local184 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() local244 assertThat(getDevice().isDirectory(dePath)).isTrue(); in testSdkSandboxDataRootDirectory_IsNotAccessibleByApps()254 final String dePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, false); in testSdkDataPackageDirectory_IsCreatedOnInstall() local[all …]