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;1983 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in recycleTask()2057 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in deliverToCurrentTopIfNeeded()2353 if ((startFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in setInitialState()2364 mStartFlags &= ~START_FLAG_ONLY_IF_NEEDED; in setInitialState()
5118 ActivityManager.START_FLAG_ONLY_IF_NEEDED, in goHome()5130 ActivityManager.START_FLAG_ONLY_IF_NEEDED, in goHome()
365 public static final int START_FLAG_ONLY_IF_NEEDED = 1<<0; field in ActivityManager
5917 requestCode, ActivityManager.START_FLAG_ONLY_IF_NEEDED, null, options);
1601 Landroid/app/ActivityManager;->START_FLAG_ONLY_IF_NEEDED:I