Searched refs:START_FLAG_ONLY_IF_NEEDED (Results 1 – 4 of 4) sorted by relevance
22 import static android.app.ActivityManager.START_FLAG_ONLY_IF_NEEDED;1094 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in startActivityUnchecked()1139 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in startActivityUnchecked()1340 if ((startFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in setInitialState()1348 mStartFlags &= ~START_FLAG_ONLY_IF_NEEDED; in setInitialState()1827 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in setTaskFromInTask()
290 public static final int START_FLAG_ONLY_IF_NEEDED = 1<<0; field in ActivityManager
4691 mEmbeddedID, requestCode, ActivityManager.START_FLAG_ONLY_IF_NEEDED, in startActivityIfNeeded()
7439 ActivityManager.START_FLAG_ONLY_IF_NEEDED,7450 ActivityManager.START_FLAG_ONLY_IF_NEEDED,