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

/frameworks/base/services/core/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/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java5011 if (!isSystemApp(pm, packageName, primaryUser.id)) {
5062 if (!isSystemApp(pm, info.activityInfo.packageName, primaryUser.id)) {
5084 private boolean isSystemApp(IPackageManager pm, String packageName, int userId) method in class:DevicePolicyManagerService
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3948 && (!mSafeMode || isSystemApp(p))) {
4370 && (parseFlags & PackageParser.PARSE_IS_SYSTEM_DIR) != 0 && !isSystemApp(ps)) {
4616 if (isSystemApp(pkg) && !isUpdatedSystemApp(pkg)) {
5382 if (!isSystemApp(pkg)) {
5744 if (isSystemApp(pkg) && !isUpdatedSystemApp(pkg)) {
6283 && isSystemApp(bp.perm.owner));
6284 if (isSystemApp(p.owner)) {
6577 final boolean bundledApp = isSystemApp(info) && !isUpdatedSystemApp(info);
7123 || (isSystemApp(ps) && !isUpdatedSystemApp(ps)));
7141 if (!isSystemApp(p
10750 private static boolean isSystemApp(PackageParser.Package pkg) { method in class:PackageManagerService
10758 private static boolean isSystemApp(ApplicationInfo info) { method in class:PackageManagerService
10762 private static boolean isSystemApp(PackageSetting ps) { method in class:PackageManagerService
[all...]

Completed in 3827 milliseconds