Searched refs:starting (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DCompatModePackages.java298 ActivityRecord starting = stack.restartPackage(packageName);
316 if (starting != null) {
317 stack.ensureActivityConfigurationLocked(starting, 0);
320 stack.ensureActivitiesVisibleLocked(starting, 0);
H A DActivityStack.java95 // is short because it directly impacts the responsiveness of starting the
169 * When we are in the process of pausing an activity, before starting the
527 * Returns the first activity (starting from the top of the stack) that
590 + " (starting new instance)");
883 // To juggle the fact that we are also starting a new
885 // the current instance before starting the new one.
1022 final boolean ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { argument
1023 return ensureActivitiesVisibleLocked(starting, configChanges, false);
1026 final boolean ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, argument
1030 ensureActivitiesVisibleLocked(r, starting, nul
1037 ensureActivitiesVisibleLocked(ActivityRecord top, ActivityRecord starting, String onlyThisProcess, int configChanges, boolean forceHomeShown) argument
[all...]
H A DProcessRecord.java63 boolean starting; // True if the process is being started field in class:ProcessRecord
213 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
214 pw.println(starting);
H A DActivityStackSupervisor.java389 Slog.w(TAG, "Exception in new application when starting activity "
688 + " (pid=" + callingPid + ") when starting: "
754 "Updating to new configuration after starting activity.");
1024 // This activity is not starting in the resumed state... which
1029 + " (starting in stopped state)");
1066 Slog.w(TAG, "Exception when starting activity "
1093 + " (pid=" + callingPid + ") when starting: "
1188 msg = "Permission Denial: starting " + intent.toString()
1193 msg = "Permission Denial: starting " + intent.toString()
1391 // The original activity who is starting u
2270 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) argument
[all...]
H A DActivityManagerService.java2591 // (3) There is a pid assigned to it, so it is either starting or
2626 // When the user is explicitly starting a process, then clear its
2661 // If the system is not ready yet, then hold off on starting this
2826 Slog.e(TAG, "Failure starting process " + app.processName, e);
4003 // Dump thread traces as quickly as we can, starting with "interesting" processes.
4991 // Remove this record from the list of starting applications.
10737 pw.println(" Persisent processes that are starting:");
13864 String msg = "Permission Denial: starting instrumentation "
14047 * false if <var>starting</var> is being destroyed to match the new
14052 ActivityRecord starting, boolea
14051 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean persistent, boolean initLocale) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java359 if (DEBUG_STARTING_WINDOW) Slog.v(TAG, "Finish starting "
471 final boolean starting = mWin.mAttrs.type == TYPE_APPLICATION_STARTING;
473 if (atoken == null || atoken.allDrawn || starting) {
1395 + " starting=" + (mWin.mAttrs.type == TYPE_APPLICATION_STARTING)
1459 "Finish starting " + mWin.mToken
1463 // starting window, so there is no need for it to also

Completed in 128 milliseconds