Home
last modified time | relevance | path

Searched refs:FLAG_ACTIVITY_RESET_TASK_IF_NEEDED (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
DTaskRecord.java79 (intent.getFlags()&Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in setIntent()
DActivityStack.java1681 &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()
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java71 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DInputMethodsPanel.java214 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showConfigureInputMethods()
253 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in createInputMethodItem()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentTasksLoader.java127 intent.setFlags((intent.getFlags()&~Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in createTaskDescription()
/frameworks/ex/carousel/test/src/com/android/carouseltest/
DTaskSwitcherActivity.java303 intent.setFlags((intent.getFlags()&~Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in updateRecentTasks()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DRecentApplicationsDialog.java312 intent.setFlags((intent.getFlags()&~Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in reloadButtons()
DPhoneWindowManager.java722 | 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()
/frameworks/base/services/java/com/android/server/
DUiModeManagerService.java114 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in buildHomeIntent()
DInputMethodManagerService.java2035 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showInputMethodAndSubtypeEnabler()
2046 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showConfigureInputMethods()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java245 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in makeIntent()
/frameworks/base/docs/html/intl/ja/guide/topics/
Dfundamentals.jd329 …NEW_TASK} <br/>{@code FLAG_ACTIVITY_CLEAR_TOP} <br/>{@code FLAG_ACTIVITY_RESET_TASK_IF_NEEDED} <br…
/frameworks/base/core/java/android/provider/
DContactsContract.java7623 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in showQuickContact()
/frameworks/base/core/java/android/content/
DIntent.java2737 public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 0x00200000; field in Intent
/frameworks/base/api/
Dcurrent.txt5577 field public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 2097152; // 0x200000
D14.txt5577 field public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 2097152; // 0x200000