Searched refs:doesAppExistOnSDCard (Results 1 – 2 of 2) sorted by relevance
163 assertTrue(mPMHostUtils.doesAppExistOnSDCard(VERSIONED_APPS_PKG)); in testUpdateAppManyTimesOnSD()199 assertTrue(mPMHostUtils.doesAppExistOnSDCard(EXTERNAL_LOC_PKG)); in testUninstallReinstallAppOnSDManyTimes()238 assertTrue(mPMHostUtils.doesAppExistOnSDCard(pkgName)); in testInstallManyLargeAppsOnSD()253 assertFalse(mPMHostUtils.doesAppExistOnSDCard(pkgName)); in testInstallManyLargeAppsOnSD()282 assertTrue(mPMHostUtils.doesAppExistOnSDCard(currentPkgName)); in testInstallManyAppsOnSD()
344 public boolean doesAppExistOnSDCard(String packageName) throws IOException, TimeoutException, in doesAppExistOnSDCard() method in PackageManagerHostTestUtils697 assertTrue(doesAppExistOnSDCard(pkgName)); in installAppAndVerifyExistsOnSDCard()734 assertFalse(doesAppExistOnSDCard(pkgName)); in installAppAndVerifyExistsOnDevice()774 assertFalse(doesAppExistOnSDCard(pkgName)); in installFwdLockedAppAndVerifyExists()