Home
last modified time | relevance | path

Searched refs:FLAG_AUTO_REMOVE_FROM_RECENTS (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java502 public static final int FLAG_AUTO_REMOVE_FROM_RECENTS = 0x2000; field in ActivityInfo
H A DPackageParser.java4446 a.info.flags |= ActivityInfo.FLAG_AUTO_REMOVE_FROM_RECENTS; in parseActivity()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedActivityUtils.java150 …| flag(ActivityInfo.FLAG_AUTO_REMOVE_FROM_RECENTS, R.styleable.AndroidManifestActivity_autoRemoveF… in parseActivityOrReceiver()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java1032 if ((info.flags & ActivityInfo.FLAG_AUTO_REMOVE_FROM_RECENTS) != 0) { in setIntent()
/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.txt11685 field public static final int FLAG_AUTO_REMOVE_FROM_RECENTS = 8192; // 0x2000