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

/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java3297 int changes, boolean andResume) {
3300 if (andResume) {
3306 + " andResume=" + andResume);
3307 EventLog.writeEvent(andResume ? EventLogTags.AM_RELAUNCH_RESUME_ACTIVITY
3315 (andResume ? "Relaunching to RESUMED " : "Relaunching to PAUSED ")
3319 changes, !andResume, new Configuration(mService.mConfiguration));
3321 // the caller will only pass in 'andResume' if this activity is
3327 if (andResume) {
3296 relaunchActivityLocked(ActivityRecord r, int changes, boolean andResume) argument
H A DActivityStackSupervisor.java874 ProcessRecord app, boolean andResume, boolean checkConfig)
918 if (andResume) {
925 + " andResume=" + andResume);
926 if (andResume) {
970 app.repProcState, r.icicle, results, newIntents, !andResume,
1019 if (andResume) {
1046 boolean andResume, boolean checkConfig) {
1063 realStartActivityLocked(r, app, andResume, checkConfig);
873 realStartActivityLocked(ActivityRecord r, ProcessRecord app, boolean andResume, boolean checkConfig) argument
1045 startSpecificActivityLocked(ActivityRecord r, boolean andResume, boolean checkConfig) argument

Completed in 43 milliseconds