Searched defs:isSystemApp (Results 1 – 3 of 3) sorted by relevance
359 private static final boolean isSystemApp(ResolveInfo res) { in isSystemApp() method in Searchables
10727 private static boolean isSystemApp(PackageParser.Package pkg) { in isSystemApp() method in PackageManagerService10735 private static boolean isSystemApp(ApplicationInfo info) { in isSystemApp() method in PackageManagerService10739 private static boolean isSystemApp(PackageSetting ps) { in isSystemApp() method in PackageManagerService
5082 private boolean isSystemApp(IPackageManager pm, String packageName, int userId) in isSystemApp() method in DevicePolicyManagerService