Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java296 private static final String KEY_PENDING_INTENT_LAUNCH_FLAGS = field in ActivityOptions
1292 mPendingIntentLaunchFlags = opts.getInt(KEY_PENDING_INTENT_LAUNCH_FLAGS, 0); in ActivityOptions()
2289 b.putInt(KEY_PENDING_INTENT_LAUNCH_FLAGS, mPendingIntentLaunchFlags); in toBundle()