Searched refs:FLAG_ACTIVITY_TASK_ON_HOME (Results 1 – 10 of 10) sorted by relevance
308 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getIntents()
32 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;438 FLAG_ACTIVITY_TASK_ON_HOME); in interceptWithConfirmCredentialsIfNeeded()
46 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;2228 (mStartActivity.intent.getFlags() & FLAG_ACTIVITY_TASK_ON_HOME) != 0; in recycleTask()2230 targetTask.intent.addFlags(FLAG_ACTIVITY_TASK_ON_HOME); in recycleTask()2232 targetTask.intent.removeFlags(FLAG_ACTIVITY_TASK_ON_HOME); in recycleTask()
36 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;1092 final int returnHomeFlags = FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME; in returnsToHomeRootTask()
185 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseShortcutsOneFile()
28 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;470 task.intent.addFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME); in testReturnsToHomeRootTask()
6756 FLAG_ACTIVITY_TASK_ON_HOME,6804 FLAG_ACTIVITY_TASK_ON_HOME,7177 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0X00004000; field in Intent8527 intent.addFlags(Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseCommandArgs()
7687 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntent().getFlags()); in testManifestShortcuts_intentDefinitions()7693 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntents()[0].getFlags()); in testManifestShortcuts_intentDefinitions()7711 Intent.FLAG_ACTIVITY_TASK_ON_HOME, i1.getFlags()); in testManifestShortcuts_intentDefinitions()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11110 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000