Searched refs:andResume (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | EnsureActivitiesVisibleHelper.java | 246 boolean andResume, ActivityRecord r) { in makeVisibleAndRestartIfNeeded() argument 262 mTaskFragment.mTaskSupervisor.startSpecificActivity(r, andResume, in makeVisibleAndRestartIfNeeded()
|
H A D | ActivityTaskSupervisor.java | 785 boolean andResume, boolean checkConfig) throws RemoteException { in realStartActivityLocked() argument 816 if (andResume && !r.canResumeByCompat()) { in realStartActivityLocked() 817 andResume = false; in realStartActivityLocked() 876 if (andResume) { in realStartActivityLocked() 885 + " andResume=" + andResume); in realStartActivityLocked() 937 if (andResume) { in realStartActivityLocked() 994 if (andResume && readyToResume()) { in realStartActivityLocked() 1056 void startSpecificActivity(ActivityRecord r, boolean andResume, boolean checkConfig) { in startSpecificActivity() argument 1064 realStartActivityLocked(r, wpc, andResume, checkConfig); in startSpecificActivity() 1087 final boolean isTop = andResume && r.isTopRunningActivity(); in startSpecificActivity()
|
H A D | LockTaskController.java | 688 String reason, boolean andResume) { in setLockTaskMode() argument 720 if (andResume) { in setLockTaskMode()
|
H A D | ActivityRecord.java | 9819 final boolean andResume = shouldBeResumed(null /*activeActivity*/); 9822 if (andResume) { 9828 + " newIntents=" + pendingNewIntents + " andResume=" + andResume 9830 if (andResume) { 9842 (andResume ? "RESUMED" : "PAUSED"), this, Debug.getCallers(6)); 9850 if (andResume) { 9868 if (andResume) {
|