Searched refs:isUpdatedSystemApp (Results 1 – 3 of 3) sorted by relevance
51 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in PackageInfo98 void setIsUpdatedSystemApp(boolean isUpdatedSystemApp) { in setIsUpdatedSystemApp() argument99 mIsUpdatedSystemApp = isUpdatedSystemApp; in setIsUpdatedSystemApp()
46 assertFalse(pkg.isUpdatedSystemApp()); in testParse_classic()68 assertFalse(pkg.isUpdatedSystemApp()); in testParse_future()90 assertTrue(pkg.isUpdatedSystemApp()); in testParse_hidden()
1460 if (!pkgInfo.isSystemApp() || pkgInfo.isUpdatedSystemApp()) { in getUninstallablePackageNames()