Searched refs:isSystem (Results 1 – 12 of 12) sorted by relevance
140 public static boolean isSystem(PermissionApp app, ArraySet<String> launcherPkgs) { in isSystem() method in Utils141 return isSystem(app.getAppInfo(), launcherPkgs); in isSystem()144 public static boolean isSystem(AppPermissions app, ArraySet<String> launcherPkgs) { in isSystem() method in Utils145 return isSystem(app.getPackageInfo().applicationInfo, launcherPkgs); in isSystem()148 public static boolean isSystem(ApplicationInfo info, ArraySet<String> launcherPkgs) { in isSystem() method in Utils
14 if (isSystem != that.isSystem) return false; in equals()38 public boolean isSystem; field in ZenRuleInfo
108 if (!ri.isSystem) { in bindType()117 if (ri.isSystem) { in bindType()141 rt.isSystem = true; in defaultNewSchedule()155 rt.isSystem = true; in defaultNewEvent()
149 if (item.isSystem()) { in onCreateDialog()181 if (credential.isSystem()) { in doInBackground()353 ((TextView) view.findViewById(R.id.purpose)).setText(item.isSystem() in getCredentialView()452 public boolean isSystem() { in isSystem() method in UserCredentialsSettings.Credential
357 if (!android.os.Process.myUserHandle().isSystem()) { in onCreate()
183 final boolean isSystem = (info.activityInfo.applicationInfo.flags in getBestResolve()189 if (isSystem && firstSystem == null) firstSystem = info; in getBestResolve()
114 if (Utils.isSystem(app, launcherPkgs)) { in getGrantedCount()131 if (Utils.isSystem(app, launcherPkgs)) { in getTotalCount()
51 if (!android.os.Process.myUserHandle().isSystem()) { in onReceive()
490 if (!event.isSystem() && shouldForwardToQueryTextView(keyCode)) { in forwardKeyToQueryTextView()
202 boolean isSystemApp = Utils.isSystem(app, mLauncherPkgs); in onPermissionsLoaded()
227 boolean isSystemApp = Utils.isSystem(app, mLauncherPkgs); in onPermissionsLoaded()
5898 public boolean isSystem();