Searched refs:START_FLAG_ONLY_IF_NEEDED (Results 1 – 5 of 5) sorted by relevance
25 import static android.app.ActivityManager.START_FLAG_ONLY_IF_NEEDED;1601 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in startActivityUnchecked()1663 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in startActivityUnchecked()1909 if ((startFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in setInitialState()1917 mStartFlags &= ~START_FLAG_ONLY_IF_NEEDED; in setInitialState()2489 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in setTaskFromInTask()
398 public static final int START_FLAG_ONLY_IF_NEEDED = 1<<0; field in ActivityManager
5705 mEmbeddedID, requestCode, ActivityManager.START_FLAG_ONLY_IF_NEEDED, in startActivityIfNeeded()
5272 ActivityManager.START_FLAG_ONLY_IF_NEEDED, in goHome()5283 ActivityManager.START_FLAG_ONLY_IF_NEEDED, in goHome()
1601 Landroid/app/ActivityManager;->START_FLAG_ONLY_IF_NEEDED:I