Searched refs:FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsDialog.java208 tag.intent.addFlags(Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DTaskSwitcherActivity.java129 item.intent.addFlags(Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java686 intent.addFlags(Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java461 intent.addFlags(Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY);
/frameworks/base/core/java/android/content/
H A DIntent.java3531 public static final int FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY = 0x00100000; field in class:Intent
6218 * @see #FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY

Completed in 69 milliseconds