Searched refs:FLAG_ACTIVITY_CLEAR_TOP (Results 1 – 24 of 24) sorted by relevance
133 | Intent.FLAG_ACTIVITY_CLEAR_TOP in launchWidgetPicker()171 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in launchActivityWithAnimation()
92 addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP). in launchClearTask()
72 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in init()
78 upIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in navigateUpTo()
214 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in showConfigureInputMethods()253 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in createInputMethodItem()
329 <p style="margin-left: 2em">{@code FLAG_ACTIVITY_NEW_TASK} <br/>{@code FLAG_ACTIVITY_CLEAR_TOP} <br…450 android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP FLAG_ACTIVITY_CLEAR_TOP}</code> フラグが含まれており、そのインテントを処…454 {@code FLAG_ACTIVITY_CLEAR_TOP} は、ほとんどの場合 {@code FLAG_ACTIVITY_NEW_TASK} と組み合わせて使用します。これらのフラグを組み合わせ…
325 (intent.getFlags()&Intent.FLAG_ACTIVITY_CLEAR_TOP) == 0) { in startActivity()
420 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in handleUpdateNotification()
106 android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP} and {@link
136 forward as defined by {@link android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP}.</p>
461 the {@link android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP} flag in the {@link479 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);494 android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP} flag starts the activity in a task that belongs to503 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_NEW_TASK);575 <p>Remember to use the {@link android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP} flag in the {@link578 android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP} flag, then after navigating up, the BACK button will
257 <li>{@link android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP}</li>412 <dt>{@link android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP}</dt>420 <p>{@code FLAG_ACTIVITY_CLEAR_TOP} is most often used in conjunction with {@code
284 intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in startSettingsActivity()
2279 intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in startActivityDismissingKeyguard()
700 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in showMissingKeyboardLayoutNotification()
409 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in makeIntent()
2564 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in showInputMethodAndSubtypeEnabler()2575 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in showConfigureInputMethods()
2830 } else if ((launchFlags&Intent.FLAG_ACTIVITY_CLEAR_TOP) != 0 in startActivityUncheckedLocked()2987 (launchFlags&Intent.FLAG_ACTIVITY_CLEAR_TOP) != 0) { in startActivityUncheckedLocked()
2668 Intent.FLAG_ACTIVITY_CLEAR_TOP| in startNextMatchingActivity()12836 (destIntentFlags & Intent.FLAG_ACTIVITY_CLEAR_TOP) != 0) { in navigateUpTo()
3342 public static final int FLAG_ACTIVITY_CLEAR_TOP = 0x04000000; field in Intent
761 <dd>Include the flag {@link android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP}.
2309 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in launchAssistAction()
749 Intent.FLAG_ACTIVITY_CLEAR_TOP);
6225 field public static final int FLAG_ACTIVITY_CLEAR_TOP = 67108864; // 0x4000000