Searched refs:andResume (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | EnsureActivitiesVisibleHelper.java | 228 boolean andResume, ActivityRecord r) { in makeVisibleAndRestartIfNeeded() argument 241 mTaskFragment.mTaskSupervisor.startSpecificActivity(r, andResume, in makeVisibleAndRestartIfNeeded()
|
D | ActivityTaskSupervisor.java | 791 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 …]
|
D | LockTaskController.java | 688 String reason, boolean andResume) { in setLockTaskMode() argument 720 if (andResume) { in setLockTaskMode()
|
D | ActivityRecord.java | 10215 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) {
|