Searched refs:shouldStartActivity (Results 1 – 3 of 3) sorted by relevance
2776 boolean shouldStartActivity = false; in startActivityFromRecents()2840 shouldStartActivity = true; in startActivityFromRecents()2842 if (!shouldStartActivity) { in startActivityFromRecents()
6381 } else if (shouldStartActivity()) { in makeActiveIfNeeded()6445 private boolean shouldStartActivity() { in shouldStartActivity() method in ActivityRecord
25738 HPLcom/android/server/wm/ActivityRecord;->shouldStartActivity()Z