Searched refs:hasBeenResumed (Results 1 – 6 of 6) sorted by relevance
267 waitForLauncherCondition(message, launcher -> launcher.hasBeenResumed()); in waitForResumed()379 return !launcher.hasBeenResumed(); in isInBackground()
71 return activity != null && activity.hasBeenResumed(); in isResumed()
171 || !launcher.hasBeenResumed() in showForOverviewIfNeeded()
203 public boolean hasBeenResumed() { in hasBeenResumed() method in BaseActivity
906 if (hasBeenResumed() && !mStateManager.getState().disableInteraction) { in handleDeferredResume()1817 if (!hasBeenResumed()) { in startActivitySafely()
769 if (!mLauncher.hasBeenResumed()) {