Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/chooser/
H A DDisplayResolveInfo.java72 | Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP); in DisplayResolveInfo()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java512 Intent.FLAG_ACTIVITY_FORWARD_RESULT | Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP); in canForward()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java6744 FLAG_ACTIVITY_PREVIOUS_IS_TOP,
6792 FLAG_ACTIVITY_PREVIOUS_IS_TOP,
7048 public static final int FLAG_ACTIVITY_PREVIOUS_IS_TOP = 0x01000000; field in Intent
8512 intent.addFlags(Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP); in parseCommandArgs()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java41 import static android.content.Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP;
2720 mNotTop = (mLaunchFlags & FLAG_ACTIVITY_PREVIOUS_IS_TOP) != 0 ? sourceRecord : null; in setInitialState()
/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.txt11103 field public static final int FLAG_ACTIVITY_PREVIOUS_IS_TOP = 16777216; // 0x1000000