Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
DIsolatedService.java58 assertDirDoesNotExist(FileUtils.replacePackageAWithNotInstalledPkg(
60 assertDirDoesNotExist(FileUtils.replacePackageAWithNotInstalledPkg(
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/common/src/com/android/cts/appdataisolation/common/
DFileUtils.java137 public static String replacePackageAWithNotInstalledPkg(String path) { in replacePackageAWithNotInstalledPkg() method in FileUtils