Searched refs:START_FLAG_ONLY_IF_NEEDED (Results 1 – 4 of 4) sorted by relevance
25 import static android.app.ActivityManager.START_FLAG_ONLY_IF_NEEDED;1583 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in startActivityUnchecked()1645 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in startActivityUnchecked()1890 if ((startFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in setInitialState()1898 mStartFlags &= ~START_FLAG_ONLY_IF_NEEDED; in setInitialState()2470 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in setTaskFromInTask()
391 public static final int START_FLAG_ONLY_IF_NEEDED = 1<<0; field in ActivityManager
5687 mEmbeddedID, requestCode, ActivityManager.START_FLAG_ONLY_IF_NEEDED, in startActivityIfNeeded()
5253 ActivityManager.START_FLAG_ONLY_IF_NEEDED, in goHome()5264 ActivityManager.START_FLAG_ONLY_IF_NEEDED, in goHome()