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

/packages/apps/Settings/src/com/android/settings/notification/
H A DZenRuleInfo.java14 if (isSystem != that.isSystem) return false;
38 public boolean isSystem; field in class:ZenRuleInfo
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
H A DUtils.java136 public static boolean isSystem(PermissionApp app, ArraySet<String> launcherPkgs) { method in class:Utils
137 return isSystem(app.getAppInfo(), launcherPkgs);
140 public static boolean isSystem(AppPermissions app, ArraySet<String> launcherPkgs) { method in class:Utils
141 return isSystem(app.getPackageInfo().applicationInfo, launcherPkgs);
144 public static boolean isSystem(ApplicationInfo info, ArraySet<String> launcherPkgs) { method in class:Utils
/packages/apps/Settings/src/com/android/settings/
H A DHomeSettings.java157 if (pref.isSystem) {
291 boolean isSystem; field in class:HomeSettings.HomeAppPreference
328 isSystem = (altFlags & ApplicationInfo.FLAG_SYSTEM) != 0;
339 isSystem = (info.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0;
353 if (isSystem) {

Completed in 128 milliseconds