Searched refs:FLAG_ACTIVITY_MULTIPLE_TASK (Results 1 – 14 of 14) sorted by relevance
283 Intent.FLAG_ACTIVITY_MULTIPLE_TASK); in setShareIntent()306 Intent.FLAG_ACTIVITY_MULTIPLE_TASK); in onMenuItemClick()
82 <p>If you set the {@link android.content.Intent#FLAG_ACTIVITY_MULTIPLE_TASK} flag when you create93 newDocumentIntent.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK);119 is not found, or the intent contained the {@link android.content.Intent#FLAG_ACTIVITY_MULTIPLE_TASK}142 /* If FLAG_ACTIVITY_MULTIPLE_TASK has not been used, this activity162 {@link android.content.Intent#FLAG_ACTIVITY_MULTIPLE_TASK} flag, as described in168 and {@link android.content.Intent#FLAG_ACTIVITY_MULTIPLE_TASK} flags.</dd>178 and {@link android.content.Intent#FLAG_ACTIVITY_MULTIPLE_TASK} flags, if either of these are set
85 Intent.FLAG_ACTIVITY_MULTIPLE_TASK); in modifyTargetIntent()
62 intent.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK); in setUp()
253 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_MULTIPLE_TASK); in startVoiceActivityLocked()
250 | Intent.FLAG_ACTIVITY_MULTIPLE_TASK in settings()
350 | Intent.FLAG_ACTIVITY_MULTIPLE_TASK in onCreateOptionsMenu()
1600 ~(Intent.FLAG_ACTIVITY_NEW_DOCUMENT | Intent.FLAG_ACTIVITY_MULTIPLE_TASK); in startActivityUncheckedLocked()1612 launchFlags &= ~Intent.FLAG_ACTIVITY_MULTIPLE_TASK; in startActivityUncheckedLocked()1643 launchFlags |= Intent.FLAG_ACTIVITY_MULTIPLE_TASK; in startActivityUncheckedLocked()1711 | Intent.FLAG_ACTIVITY_MULTIPLE_TASK | Intent.FLAG_ACTIVITY_NEW_DOCUMENT in startActivityUncheckedLocked()1792 (launchFlags & Intent.FLAG_ACTIVITY_MULTIPLE_TASK) == 0) in startActivityUncheckedLocked()3602 Intent.FLAG_ACTIVITY_MULTIPLE_TASK | Intent.FLAG_ACTIVITY_NO_ANIMATION;
3785 Intent.FLAG_ACTIVITY_MULTIPLE_TASK| in startNextMatchingActivity()
310 {@link android.content.Intent#FLAG_ACTIVITY_MULTIPLE_TASK} flag, as described in317 and {@link android.content.Intent#FLAG_ACTIVITY_MULTIPLE_TASK} flags.</td>329 {@link android.content.Intent#FLAG_ACTIVITY_MULTIPLE_TASK} flags, if either of these are set in
518 intent.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK); in makeIntent()
3605 public static final int FLAG_ACTIVITY_MULTIPLE_TASK = 0x08000000; field in Intent
794 <dd>Include the flag {@link android.content.Intent#FLAG_ACTIVITY_MULTIPLE_TASK}.
7764 field public static final int FLAG_ACTIVITY_MULTIPLE_TASK = 134217728; // 0x8000000