Searched refs:FLAG_ACTIVITY_TASK_ON_HOME (Results 1 – 11 of 11) sorted by relevance
95 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getPendingIntent()106 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getPendingIntent()324 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in startActivities()369 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getPendingIntent()387 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getIntents()
184 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0x00004000; field in IntentCompat
306 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getIntents()
21 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;1875 (FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME)) in startActivityUncheckedLocked()1876 == (FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME)) { in startActivityUncheckedLocked()2086 (Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_TASK_ON_HOME)) in startActivityUncheckedLocked()2087 == (Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_TASK_ON_HOME)) { in startActivityUncheckedLocked()
708 | Intent.FLAG_ACTIVITY_TASK_ON_HOME); in startAlternateRecentsActivity()
687 | Intent.FLAG_ACTIVITY_TASK_ON_HOME in handleOnClick()
560 intent.addFlags(Intent.FLAG_ACTIVITY_TASK_ON_HOME); in makeIntent()
3856 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0X00004000; field in Intent
821 <dd>Include the flag {@link android.content.Intent#FLAG_ACTIVITY_TASK_ON_HOME}.
8061 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000
7815 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000