Searched refs:cePath (Results 1 – 1 of 1) sorted by relevance
146 final String cePath = getSdkDataRootPath(0, true); in testSdkDataRootDirectory_IsCreatedOnUserCreate() local149 assertThat(getDevice().isDirectory(cePath)).isTrue(); in testSdkDataRootDirectory_IsCreatedOnUserCreate()155 final String cePath = getSdkDataRootPath(secondaryUserId, true); in testSdkDataRootDirectory_IsCreatedOnUserCreate() local158 assertThat(getDevice().isDirectory(cePath)).isTrue(); in testSdkDataRootDirectory_IsCreatedOnUserCreate()180 final String cePath = getSdkDataMirrorPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkSandboxDataMirrorAppDirectory_IsCreatedOnInstall() local183 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() local245 assertThat(getDevice().isDirectory(cePath)).isTrue(); in testSdkSandboxDataRootDirectory_IsNotAccessibleByApps()253 final String cePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkDataPackageDirectory_IsCreatedOnInstall() local[all …]