Home
last modified time | relevance | path

Searched refs:FLAG_SINGLE_USER (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DProviderInfo.java95 public static final int FLAG_SINGLE_USER = 0x40000000; field in ProviderInfo
H A DServiceInfo.java106 public static final int FLAG_SINGLE_USER = 0x40000000; field in ServiceInfo
H A DActivityInfo.java600 public static final int FLAG_SINGLE_USER = 0x40000000; field in ActivityInfo
H A DPackageParser.java4523 a.info.flags |= ActivityInfo.FLAG_SINGLE_USER; in parseActivity()
5161 p.info.flags |= ProviderInfo.FLAG_SINGLE_USER; in parseProvider()
5481 s.info.flags |= ServiceInfo.FLAG_SINGLE_USER; in parseService()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedServiceUtils.java105 | flag(ServiceInfo.FLAG_SINGLE_USER, in parseService()
H A DParsedProviderUtils.java126 .setFlags(provider.getFlags() | flag(ProviderInfo.FLAG_SINGLE_USER, in parseProvider()
H A DParsedActivityUtils.java210 ….setFlags(activity.getFlags()|flag(ActivityInfo.FLAG_SINGLE_USER, R.styleable.AndroidManifestActiv… in parseActivityOrReceiver()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastSkipPolicy.java158 if ((info.activityInfo.flags&ActivityInfo.FLAG_SINGLE_USER) != 0) { in shouldSkipMessage()
H A DActivityManagerService.java13460 if ((flags & ServiceInfo.FLAG_SINGLE_USER) != 0) { in isSingleton()
13476 } else if ((flags & ServiceInfo.FLAG_SINGLE_USER) != 0) { in isSingleton()
14341 if ((ri.activityInfo.flags&ActivityInfo.FLAG_SINGLE_USER) != 0) { in collectReceiverComponents()
14355 if ((ri.activityInfo.flags & ActivityInfo.FLAG_SINGLE_USER) != 0) { in collectReceiverComponents()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java2996 if ((receiver.getFlags() & ActivityInfo.FLAG_SINGLE_USER) != 0) {
3005 if ((service.getFlags() & ActivityInfo.FLAG_SINGLE_USER) != 0) {
3014 if ((provider.getFlags() & ActivityInfo.FLAG_SINGLE_USER) != 0) {
/aosp14/frameworks/base/core/java/android/content/
H A DContentProvider.java2612 mSingleUser = (info.flags & ProviderInfo.FLAG_SINGLE_USER) != 0; in attachInfo()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11698 field public static final int FLAG_SINGLE_USER = 1073741824; // 0x40000000
12967 field public static final int FLAG_SINGLE_USER = 1073741824; // 0x40000000
13023 field public static final int FLAG_SINGLE_USER = 1073741824; // 0x40000000