Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/src/android/content/pm/
DPackageManagerStressHostTests.java152 assertFalse(mPMHostUtils.doesPackageExist(VERSIONED_APPS_PKG)); in testUpdateAppManyTimesOnSD()
164 assertTrue(mPMHostUtils.doesPackageExist(VERSIONED_APPS_PKG)); in testUpdateAppManyTimesOnSD()
171 assertFalse(mPMHostUtils.doesPackageExist(VERSIONED_APPS_PKG)); in testUpdateAppManyTimesOnSD()
189 assertFalse(mPMHostUtils.doesPackageExist(EXTERNAL_LOC_PKG)); in testUninstallReinstallAppOnSDManyTimes()
200 assertTrue(mPMHostUtils.doesPackageExist(EXTERNAL_LOC_PKG)); in testUninstallReinstallAppOnSDManyTimes()
207 assertFalse(mPMHostUtils.doesPackageExist(EXTERNAL_LOC_PKG)); in testUninstallReinstallAppOnSDManyTimes()
231 assertFalse(mPMHostUtils.doesPackageExist(pkgName)); in testInstallManyLargeAppsOnSD()
239 assertTrue(mPMHostUtils.doesPackageExist(pkgName)); in testInstallManyLargeAppsOnSD()
252 assertFalse(mPMHostUtils.doesPackageExist(pkgName)); in testInstallManyLargeAppsOnSD()
275 assertFalse(mPMHostUtils.doesPackageExist(currentPkgName)); in testInstallManyAppsOnSD()
[all …]
DPackageManagerHostTestUtils.java311 public boolean doesPackageExist(String packageName) throws IOException, TimeoutException, in doesPackageExist() method in PackageManagerHostTestUtils
380 while (!doesPackageExist("android")) { in waitForPackageManager()
453 while (!doesPackageExist(packageName)) { in waitForApp()
693 assertFalse(doesPackageExist(pkgName)); in installAppAndVerifyExistsOnSDCard()
702 assertTrue(doesPackageExist(pkgName)); in installAppAndVerifyExistsOnSDCard()
730 assertFalse(doesPackageExist(pkgName)); in installAppAndVerifyExistsOnDevice()
739 assertTrue(doesPackageExist(pkgName)); in installAppAndVerifyExistsOnDevice()
768 assertFalse(doesPackageExist(pkgName)); in installFwdLockedAppAndVerifyExists()
778 assertTrue(doesPackageExist(pkgName)); in installFwdLockedAppAndVerifyExists()
800 assertFalse(doesPackageExist(pkgName)); in uninstallApp()
DPackageManagerHostTests.java185 assertFalse(mPMHostUtils.doesPackageExist(SIMPLE_PKG)); in testPushAppPrivate()