Home
last modified time | relevance | path

Searched refs:FLAG_SYSTEM_USER_ONLY (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileResolver.java116 if ((info.activityInfo.flags & ActivityInfo.FLAG_SYSTEM_USER_ONLY) != 0) { in filterIfNotSystemUser()
H A DComputerEngine.java1341 if ((info.activityInfo.flags & ActivityInfo.FLAG_SYSTEM_USER_ONLY) != 0) { in filterIfNotSystemUser()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java592 public static final int FLAG_SYSTEM_USER_ONLY = 0x20000000; field in ActivityInfo
H A DPackageParser.java4414 a.info.flags |= ActivityInfo.FLAG_SYSTEM_USER_ONLY; in parseActivity()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedActivityUtils.java144 …| flag(ActivityInfo.FLAG_SYSTEM_USER_ONLY, R.styleable.AndroidManifestActivity_systemUserOnly, sa)… in parseActivityOrReceiver()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java14302 if ((ri.activityInfo.flags & ActivityInfo.FLAG_SYSTEM_USER_ONLY) != 0) { in collectReceiverComponents()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10924 Landroid/content/pm/ActivityInfo;->FLAG_SYSTEM_USER_ONLY:I