/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/ |
D | Utils.java | 136 public static boolean isSystem(PermissionApp app, ArraySet<String> launcherPkgs) { in isSystem() method in Utils 137 return isSystem(app.getAppInfo(), launcherPkgs); in isSystem() 140 public static boolean isSystem(AppPermissions app, ArraySet<String> launcherPkgs) { in isSystem() method in Utils 141 return isSystem(app.getPackageInfo().applicationInfo, launcherPkgs); in isSystem() 144 public static boolean isSystem(ApplicationInfo info, ArraySet<String> launcherPkgs) { in isSystem() method in Utils
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | ZenRuleInfo.java | 14 if (isSystem != that.isSystem) return false; in equals() 38 public boolean isSystem; field in ZenRuleInfo
|
D | ZenRuleSelectionDialog.java | 108 if (!ri.isSystem) { in bindType() 117 if (ri.isSystem) { in bindType() 141 rt.isSystem = true; in defaultNewSchedule() 155 rt.isSystem = true; in defaultNewEvent()
|
/packages/apps/Settings/src/com/android/settings/ |
D | HomeSettings.java | 157 if (pref.isSystem) { in onActivityResult() 291 boolean isSystem; field in HomeSettings.HomeAppPreference 328 isSystem = (altFlags & ApplicationInfo.FLAG_SYSTEM) != 0; in determineTargets() 339 isSystem = (info.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0; in determineTargets() 353 if (isSystem) { in onBindViewHolder()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | WriteSettingsDetails.java | 181 boolean isSystem = false; in getSummary() 186 isSystem = true; in getSummary() 202 int uid = isSystem ? 0 : -1; in getSummary()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | ResolveCache.java | 183 final boolean isSystem = (info.activityInfo.applicationInfo.flags in getBestResolve() 189 if (isSystem && firstSystem == null) firstSystem = info; in getBestResolve()
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/ |
D | PermissionStatusReceiver.java | 251 isSystemAppList.add(Utils.isSystem(appPermissions, launcherPackages)); in getAppsWithRuntimePermissions() 272 if (Utils.isSystem(app, launcherPkgs)) { in getAppsWithPermissionsCount()
|
D | PermissionApps.java | 97 if (Utils.isSystem(app, launcherPkgs)) { in getGrantedCount() 114 if (Utils.isSystem(app, launcherPkgs)) { in getTotalCount()
|
/packages/apps/Stk/src/com/android/stk/ |
D | BootCompletedReceiver.java | 48 if (!android.os.Process.myUserHandle().isSystem()) { in onReceive()
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/service/ |
D | RuntimePermissionPresenterServiceImpl.java | 100 if (Utils.isSystem(appPermissions, launcherPackages) == system) { in onGetAppsUsingPermissions()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
D | SearchActivityView.java | 490 if (!event.isSystem() && shouldForwardToQueryTextView(keyCode)) { in forwardKeyToQueryTextView()
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/ |
D | PermissionAppsFragment.java | 199 boolean isSystemApp = Utils.isSystem(app, mLauncherPkgs); in onPermissionsLoaded()
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ |
D | PermissionAppsFragment.java | 201 boolean isSystemApp = Utils.isSystem(app, mLauncherPkgs); in onPermissionsLoaded()
|