Searched refs:FLAG_ACTIVITY_RESET_TASK_IF_NEEDED (Results 1 – 23 of 23) sorted by relevance
128 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in createMappings()163 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in closeApp()
179 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in createMappings()261 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in closeApp()
71 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in init()
292 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in getSettingsPendingIntent()
154 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in dismissAndGoHome()
165 intent.setFlags((intent.getFlags()&~Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in createTaskDescription()
192 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in intentForActivity()
248 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in intentForActivity()
303 intent.setFlags((intent.getFlags()&~Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in updateRecentTasks()
296 intent.setFlags((intent.getFlags()&~Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in reloadButtons()
875 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()879 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()883 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
97 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in buildHomeIntent()
2591 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showInputMethodAndSubtypeEnabler()2602 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showConfigureInputMethods()
120 (intent.getFlags()&Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in setIntent()
1505 if ((launchFlags&Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in startActivityUncheckedLocked()1586 } else if ((launchFlags&Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) == 0) { in startActivityUncheckedLocked()
1782 &Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in startActivityLocked()
477 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in handleUpdateNotification()
700 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showMissingKeyboardLayoutNotification()
475 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in makeIntent()
329 …NEW_TASK} <br/>{@code FLAG_ACTIVITY_CLEAR_TOP} <br/>{@code FLAG_ACTIVITY_RESET_TASK_IF_NEEDED} <br…
3525 public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 0x00200000; field in Intent
792 <dd>Include the flag {@link android.content.Intent#FLAG_ACTIVITY_RESET_TASK_IF_NEEDED}.
6526 field public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 2097152; // 0x200000