Searched refs:isAppInstalled (Results 1 – 5 of 5) sorted by relevance
57 assertTrue(isAppInstalled(TEST_APP_PACKAGE)); in testAppInstalls()59 assertFalse(isAppInstalled(TEST_APP_PACKAGE)); in testAppInstalls()65 assertTrue(isAppInstalled(TEST_APP_PACKAGE)); in testAppPatch()67 assertTrue(isAppInstalled(TEST_APP_PACKAGE)); in testAppPatch()69 assertFalse(isAppInstalled(TEST_APP_PACKAGE)); in testAppPatch()72 private boolean isAppInstalled(String packageName) throws DeviceNotAvailableException { in isAppInstalled() method in FastDeployTest
73 .isAppInstalled(mPackageName, mUser)) { in execute()
162 .isAppInstalled(installInfo.packageName, installInfo.user)) { in addPromiseApp()
234 && !new PackageManagerHelper(mAppContext).isAppInstalled( in verifySessionInfo()
97 public boolean isAppInstalled(String packageName, UserHandle user) { in isAppInstalled() method in PackageManagerHelper