Searched refs:START_FLAG_ONLY_IF_NEEDED (Results 1 – 4 of 4) sorted by relevance
23 import static android.app.ActivityManager.START_FLAG_ONLY_IF_NEEDED;1111 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in startActivityUnchecked()1162 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in startActivityUnchecked()1349 if ((startFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in setInitialState()1357 mStartFlags &= ~START_FLAG_ONLY_IF_NEEDED; in setInitialState()1928 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in setTaskFromInTask()
367 public static final int START_FLAG_ONLY_IF_NEEDED = 1<<0; field in ActivityManager
4957 mEmbeddedID, requestCode, ActivityManager.START_FLAG_ONLY_IF_NEEDED, in startActivityIfNeeded()
7639 ActivityManager.START_FLAG_ONLY_IF_NEEDED, in goHome()7650 ActivityManager.START_FLAG_ONLY_IF_NEEDED, in goHome()