Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java414 private int mPendingIntentLaunchFlags; field in ActivityOptions
1155 mPendingIntentLaunchFlags = opts.getInt(KEY_PENDING_INTENT_LAUNCH_FLAGS, 0); in ActivityOptions()
1545 mPendingIntentLaunchFlags = flags; in setPendingIntentLaunchFlags()
1552 return mPendingIntentLaunchFlags; in getPendingIntentLaunchFlags()
1920 if (mPendingIntentLaunchFlags != 0) { in toBundle()
1921 b.putInt(KEY_PENDING_INTENT_LAUNCH_FLAGS, mPendingIntentLaunchFlags); in toBundle()