Searched refs:FLAG_ACTIVITY_TASK_ON_HOME (Results 1 – 12 of 12) sorted by relevance
32 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;308 FLAG_ACTIVITY_TASK_ON_HOME); in interceptWithConfirmCredentialsIfNeeded()
51 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;1547 (mStartActivity.intent.getFlags() & FLAG_ACTIVITY_TASK_ON_HOME) != 0; in startActivityUnchecked()1549 reusedActivity.getTaskRecord().intent.addFlags(FLAG_ACTIVITY_TASK_ON_HOME); in startActivityUnchecked()1551 reusedActivity.getTaskRecord().intent.removeFlags(FLAG_ACTIVITY_TASK_ON_HOME); in startActivityUnchecked()
35 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;986 final int returnHomeFlags = FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME; in returnsToHomeStack()
306 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getIntents()
23 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;147 task.intent.addFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME); in testReturnsToHomeStack()
185 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseShortcutsOneFile()
5885 FLAG_ACTIVITY_TASK_ON_HOME,5930 FLAG_ACTIVITY_TASK_ON_HOME,6295 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0X00004000; field in Intent7529 intent.addFlags(Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseCommandArgs()
1096 | Intent.FLAG_ACTIVITY_TASK_ON_HOME); in startRecentsActivity()
6883 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntent().getFlags()); in testManifestShortcuts_intentDefinitions()6889 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntents()[0].getFlags()); in testManifestShortcuts_intentDefinitions()6907 Intent.FLAG_ACTIVITY_TASK_ON_HOME, i1.getFlags()); in testManifestShortcuts_intentDefinitions()
7813 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000
10485 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000