Searched defs:andResume (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java1863 boolean isTop, boolean andResume, ActivityRecord r) {
1880 mStackSupervisor.startSpecificActivityLocked(r, andResume, false);
4690 ActivityRecord r, int changes, boolean andResume, boolean preserveWindow) {
4698 if (andResume) {
4704 + " andResume=" + andResume + " preserveWindow=" + preserveWindow);
4705 EventLog.writeEvent(andResume ? EventLogTags.AM_RELAUNCH_RESUME_ACTIVITY
4715 "Moving to " + (andResume ? "RESUMED" : "PAUSED") + " Relaunching " + r
4720 !andResume, new Configuration(mService.mConfiguration),
4723 // the caller will only pass in 'andResume' i
1862 makeVisibleAndRestartIfNeeded(ActivityRecord starting, int configChanges, boolean isTop, boolean andResume, ActivityRecord r) argument
4689 relaunchActivityLocked( ActivityRecord r, int changes, boolean andResume, boolean preserveWindow) argument
[all...]
H A DActivityStackSupervisor.java1160 boolean andResume, boolean checkConfig) throws RemoteException {
1172 if (andResume) {
1220 if (andResume) {
1226 + " newIntents=" + newIntents + " andResume=" + andResume);
1227 if (andResume) {
1270 if (andResume) {
1279 newIntents, !andResume, mService.isNextTransitionForward(), profilerInfo);
1325 if (andResume) {
1356 boolean andResume, boolea
1159 realStartActivityLocked(ActivityRecord r, ProcessRecord app, boolean andResume, boolean checkConfig) argument
1355 startSpecificActivityLocked(ActivityRecord r, boolean andResume, boolean checkConfig) argument
3549 setLockTaskModeLocked(TaskRecord task, int lockTaskModeState, String reason, boolean andResume) argument
[all...]

Completed in 59 milliseconds