Searched refs:mPendingIntentLaunchFlags (Results 1 – 1 of 1) sorted by relevance
493 private int mPendingIntentLaunchFlags; field in ActivityOptions1292 mPendingIntentLaunchFlags = opts.getInt(KEY_PENDING_INTENT_LAUNCH_FLAGS, 0); in ActivityOptions()1820 mPendingIntentLaunchFlags = flags; in setPendingIntentLaunchFlags()1828 return mPendingIntentLaunchFlags & in getPendingIntentLaunchFlags()2288 if (mPendingIntentLaunchFlags != 0) { in toBundle()2289 b.putInt(KEY_PENDING_INTENT_LAUNCH_FLAGS, mPendingIntentLaunchFlags); in toBundle()