Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
DIsolatedService.java62 assertDirDoesNotExist("/data/data/" + FileUtils.NOT_INSTALLED_PKG);
64 + FileUtils.NOT_INSTALLED_PKG);
66 + FileUtils.NOT_INSTALLED_PKG);
DAppATests.java24 import static com.android.cts.appdataisolation.common.FileUtils.NOT_INSTALLED_PKG;
329 assertDirIsNotAccessible(ceDataRoot + "/" + NOT_INSTALLED_PKG); in testOtherUserDirsNotAccessible()
334 assertDirIsNotAccessible(deDataRoot + "/" + NOT_INSTALLED_PKG); in testOtherUserDirsNotAccessible()
341 assertDirIsNotAccessible(profileRoot + "/" + NOT_INSTALLED_PKG); in testOtherUserDirsNotAccessible()
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/common/src/com/android/cts/appdataisolation/common/
DFileUtils.java42 …public static final String NOT_INSTALLED_PKG = "com.android.cts.appdataisolation.not_installed_pkg… field in FileUtils
138 return path.replace(APPA_PKG, NOT_INSTALLED_PKG); in replacePackageAWithNotInstalledPkg()