Searched defs:isSystemApp (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/server/search/
H A DSearchables.java338 boolean lhsSystem = isSystemApp(lhs);
339 boolean rhsSystem = isSystemApp(rhs);
359 private static final boolean isSystemApp(ResolveInfo res) { method in class:Searchables
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java3002 && (!mSafeMode || isSystemApp(p))) {
3317 && (parseFlags & PackageParser.PARSE_IS_SYSTEM_DIR) != 0 && !isSystemApp(ps)) {
3687 if (!isSystemApp(pkg)) {
4080 if (isSystemApp(pkg) && !isUpdatedSystemApp(pkg)) {
4820 if (isSystemApp(pkg)) {
4973 final boolean systemApp = isSystemApp(a.info.applicationInfo);
5095 res.system = isSystemApp(res.activityInfo.applicationInfo);
5293 res.system = isSystemApp(res.serviceInfo.applicationInfo);
7578 boolean sysPkg = (isSystemApp(oldPackage));
7946 private static boolean isSystemApp(PackageParse method in class:PackageManagerService
7950 private static boolean isSystemApp(ApplicationInfo info) { method in class:PackageManagerService
7954 private static boolean isSystemApp(PackageSetting ps) { method in class:PackageManagerService
[all...]

Completed in 375 milliseconds