Searched refs:isSystemApp (Results 1 - 3 of 3) 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...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java9546 final boolean isSystemApp = process == null ||
9550 final String dropboxTag = isSystemApp ? "system_app_strictmode" : "data_app_strictmode";
9559 final StringBuilder sb = isSystemApp ? mStrictModeBuffer : new StringBuilder(1024);
9564 sb.append("System-App: ").append(isSystemApp).append("\n");
9604 if (!isSystemApp || needsFlush) {

Completed in 180 milliseconds