Home
last modified time | relevance | path

Searched refs:FLAG_ACTIVITY_TASK_ON_HOME (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
DRecentApplicationsDialog.java225 | Intent.FLAG_ACTIVITY_TASK_ON_HOME); in switchTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsPanelView.java527 | Intent.FLAG_ACTIVITY_TASK_ON_HOME in handleOnClick()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java251 intent.addFlags(Intent.FLAG_ACTIVITY_TASK_ON_HOME); in makeIntent()
/frameworks/base/services/java/com/android/server/am/
DActivityStack.java2373 (Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_TASK_ON_HOME)) in moveHomeToFrontFromLaunchLocked()
2374 == (Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_TASK_ON_HOME)) { in moveHomeToFrontFromLaunchLocked()
/frameworks/base/core/java/android/content/
DIntent.java2824 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0X00004000; field in Intent
/frameworks/base/api/
Dcurrent.txt5579 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000
D14.txt5579 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000