Home
last modified time | relevance | path

Searched refs:andResume (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DEnsureActivitiesVisibleHelper.java228 boolean andResume, ActivityRecord r) { in makeVisibleAndRestartIfNeeded() argument
241 mTaskFragment.mTaskSupervisor.startSpecificActivity(r, andResume, in makeVisibleAndRestartIfNeeded()
DActivityTaskSupervisor.java791 boolean andResume, boolean checkConfig) throws RemoteException { in realStartActivityLocked() argument
804 if (andResume) { in realStartActivityLocked()
833 if (andResume && !r.canResumeByCompat()) { in realStartActivityLocked()
834 andResume = false; in realStartActivityLocked()
893 if (andResume) { in realStartActivityLocked()
902 + " andResume=" + andResume); in realStartActivityLocked()
943 if (andResume) { in realStartActivityLocked()
1012 if (andResume && readyToResume()) { in realStartActivityLocked()
1088 void startSpecificActivity(ActivityRecord r, boolean andResume, boolean checkConfig) { in startSpecificActivity() argument
1096 realStartActivityLocked(r, wpc, andResume, checkConfig); in startSpecificActivity()
[all …]
DLockTaskController.java688 String reason, boolean andResume) { in setLockTaskMode() argument
720 if (andResume) { in setLockTaskMode()
DActivityRecord.java10215 final boolean andResume = shouldBeResumed(null /*activeActivity*/);
10218 if (andResume) {
10224 + " newIntents=" + pendingNewIntents + " andResume=" + andResume
10226 if (andResume) {
10236 (andResume ? "RESUMED" : "PAUSED"), this, Debug.getCallers(6));
10243 if (andResume) {
10259 if (andResume) {