Searched refs:START_FLAG_ONLY_IF_NEEDED (Results 1 – 5 of 5) sorted by relevance
24 import static android.app.ActivityManager.START_FLAG_ONLY_IF_NEEDED;2168 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in recycleTask()2245 if ((mStartFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in deliverToCurrentTopIfNeeded()2605 if ((startFlags & START_FLAG_ONLY_IF_NEEDED) != 0) { in setInitialState()2616 mStartFlags &= ~START_FLAG_ONLY_IF_NEEDED; in setInitialState()
6419 ActivityManager.START_FLAG_ONLY_IF_NEEDED,6431 ActivityManager.START_FLAG_ONLY_IF_NEEDED,
541 public static final int START_FLAG_ONLY_IF_NEEDED = 1<<0; field in ActivityManager
6502 requestCode, ActivityManager.START_FLAG_ONLY_IF_NEEDED, null, options);
1601 Landroid/app/ActivityManager;->START_FLAG_ONLY_IF_NEEDED:I