Searched refs:FLAG_ACTIVITY_RESET_TASK_IF_NEEDED (Results 1 – 16 of 16) sorted by relevance
79 (intent.getFlags()&Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in setIntent()
1681 &Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in startActivityLocked()2498 if ((launchFlags&Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in startActivityUncheckedLocked()2571 } else if ((launchFlags&Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) == 0) { in startActivityUncheckedLocked()
71 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in init()
214 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showConfigureInputMethods()253 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in createInputMethodItem()
127 intent.setFlags((intent.getFlags()&~Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in createTaskDescription()
303 intent.setFlags((intent.getFlags()&~Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in updateRecentTasks()
312 intent.setFlags((intent.getFlags()&~Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in reloadButtons()
722 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()726 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()730 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
114 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in buildHomeIntent()
2035 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showInputMethodAndSubtypeEnabler()2046 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showConfigureInputMethods()
245 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…
7623 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in showQuickContact()
2737 public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 0x00200000; field in Intent
5577 field public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 2097152; // 0x200000