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()
209 | Intent.FLAG_ACTIVITY_TASK_ON_HOME); in switchTo()
551 | Intent.FLAG_ACTIVITY_TASK_ON_HOME); in startAlternateRecentsActivity()
21 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;1848 (FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME)) in startActivityUncheckedLocked()1849 == (FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME)) { in startActivityUncheckedLocked()2046 (Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_TASK_ON_HOME)) in startActivityUncheckedLocked()2047 == (Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_TASK_ON_HOME)) { in startActivityUncheckedLocked()
687 | Intent.FLAG_ACTIVITY_TASK_ON_HOME in handleOnClick()
536 intent.addFlags(Intent.FLAG_ACTIVITY_TASK_ON_HOME); in makeIntent()
3777 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}.
7775 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000