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

/frameworks/base/services/java/com/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.java3311 && (!mSafeMode || isSystemApp(p))) {
3645 && (parseFlags & PackageParser.PARSE_IS_SYSTEM_DIR) != 0 && !isSystemApp(ps)) {
4184 if (!isSystemApp(pkg)) {
4554 if (isSystemApp(pkg) && !isUpdatedSystemApp(pkg)) {
5459 || (isSystemApp(ps) && !isUpdatedSystemApp(ps)));
5477 if (!isSystemApp(ps) && ps.permissionsFixed) {
5520 !isSystemApp(ps) || isUpdatedSystemApp(ps)){
5556 if (isSystemApp(pkg)) {
5645 final boolean systemApp = isSystemApp(a.info.applicationInfo);
5768 res.system = isSystemApp(re
9060 private static boolean isSystemApp(PackageParser.Package pkg) { method in class:PackageManagerService
9068 private static boolean isSystemApp(ApplicationInfo info) { method in class:PackageManagerService
9072 private static boolean isSystemApp(PackageSetting ps) { method in class:PackageManagerService
[all...]

Completed in 299 milliseconds