Searched refs:FLAG_ACTIVITY_TASK_ON_HOME (Results 1 – 13 of 13) sorted by relevance
191 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getLaunchPendingIntentTemplate()213 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getLaunchFillInIntent()
72 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in onCreate()
32 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;372 FLAG_ACTIVITY_TASK_ON_HOME); in interceptWithConfirmCredentialsIfNeeded()
49 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;2028 (mStartActivity.intent.getFlags() & FLAG_ACTIVITY_TASK_ON_HOME) != 0; in recycleTask()2030 targetTask.intent.addFlags(FLAG_ACTIVITY_TASK_ON_HOME); in recycleTask()2032 targetTask.intent.removeFlags(FLAG_ACTIVITY_TASK_ON_HOME); in recycleTask()
40 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;1145 final int returnHomeFlags = FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME; in returnsToHomeRootTask()
308 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getIntents()
185 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseShortcutsOneFile()
28 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;397 task.intent.addFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME); in testReturnsToHomeRootTask()
6232 FLAG_ACTIVITY_TASK_ON_HOME,6279 FLAG_ACTIVITY_TASK_ON_HOME,6651 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0X00004000; field in Intent7954 intent.addFlags(Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseCommandArgs()
7511 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntent().getFlags()); in testManifestShortcuts_intentDefinitions()7517 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntents()[0].getFlags()); in testManifestShortcuts_intentDefinitions()7535 Intent.FLAG_ACTIVITY_TASK_ON_HOME, i1.getFlags()); in testManifestShortcuts_intentDefinitions()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
11333 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000
7813 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000