Searched refs:FLAG_ACTIVITY_TASK_ON_HOME (Results 1 – 12 of 12) sorted by relevance
308 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getIntents()
33 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;443 FLAG_ACTIVITY_TASK_ON_HOME); in interceptWithConfirmCredentialsIfNeeded()
46 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;2147 (mStartActivity.intent.getFlags() & FLAG_ACTIVITY_TASK_ON_HOME) != 0; in recycleTask()2149 targetTask.intent.addFlags(FLAG_ACTIVITY_TASK_ON_HOME); in recycleTask()2151 targetTask.intent.removeFlags(FLAG_ACTIVITY_TASK_ON_HOME); in recycleTask()
35 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;1079 final int returnHomeFlags = FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME; in returnsToHomeRootTask()
185 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseShortcutsOneFile()
7031 FLAG_ACTIVITY_TASK_ON_HOME,7079 FLAG_ACTIVITY_TASK_ON_HOME,7457 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0X00004000; field in Intent8851 intent.addFlags(Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseCommandArgs()
28 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;511 task.intent.addFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME); in testReturnsToHomeRootTask()
7490 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntent().getFlags()); in testManifestShortcuts_intentDefinitions()7496 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntents()[0].getFlags()); in testManifestShortcuts_intentDefinitions()7514 Intent.FLAG_ACTIVITY_TASK_ON_HOME, i1.getFlags()); in testManifestShortcuts_intentDefinitions()
1558 | Intent.FLAG_ACTIVITY_TASK_ON_HOME); in stemPrimarySinglePressAction()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7813 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000
11467 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000