Searched refs:FLAG_ACTIVITY_SINGLE_TOP (Results 1 – 15 of 15) sorted by relevance
149 | Intent.FLAG_ACTIVITY_SINGLE_TOP in launchWidgetPicker()187 | Intent.FLAG_ACTIVITY_SINGLE_TOP in launchActivityWithAnimation()
312 (intent.getFlags()&Intent.FLAG_ACTIVITY_SINGLE_TOP) != 0) { in startActivity()
235 this, 0, new Intent(this, getClass()).addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP), 0);
672 && (launchFlags & Intent.FLAG_ACTIVITY_SINGLE_TOP) == 0) { in performClearTaskLocked()
1953 if (((launchFlags&Intent.FLAG_ACTIVITY_SINGLE_TOP) != 0 || launchSingleTop) in startActivityUncheckedLocked()2022 if ((launchFlags & Intent.FLAG_ACTIVITY_SINGLE_TOP) != 0 in startActivityUncheckedLocked()2163 if ((launchFlags & Intent.FLAG_ACTIVITY_SINGLE_TOP) != 0 in startActivityUncheckedLocked()
10524 | Intent.FLAG_ACTIVITY_SINGLE_TOP
251 <li>{@link android.content.Intent#FLAG_ACTIVITY_SINGLE_TOP}</li>401 <dt>{@link android.content.Intent#FLAG_ACTIVITY_SINGLE_TOP}</dt>
329 …LEAR_TOP} <br/>{@code FLAG_ACTIVITY_RESET_TASK_IF_NEEDED} <br/>{@code FLAG_ACTIVITY_SINGLE_TOP}</p>
556 intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP); in makeIntent()
8195 | Intent.FLAG_ACTIVITY_SINGLE_TOP; in composeQuickContactsIntent()
3623 public static final int FLAG_ACTIVITY_SINGLE_TOP = 0x20000000; field in Intent
815 <dd>Include the flag {@link android.content.Intent#FLAG_ACTIVITY_SINGLE_TOP}.
2880 | Intent.FLAG_ACTIVITY_SINGLE_TOP in launchAssistAction()
8060 field public static final int FLAG_ACTIVITY_SINGLE_TOP = 536870912; // 0x20000000
7814 field public static final int FLAG_ACTIVITY_SINGLE_TOP = 536870912; // 0x20000000