Searched defs:starting (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java59 boolean starting; // True if the process is being started field in class:ProcessRecord
194 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
195 pw.print(starting); pw.print(" lastPss="); pw.println(lastPss);
H A DActivityStack.java100 // is short because it directly impacts the responsiveness of starting the
234 * When we are in the process of pausing an activity, before starting the
545 * Returns the first activity (starting from the top of the stack) that
753 + " (starting new instance)");
764 // This activity is not starting in the resumed state... which
769 + " (starting in stopped state)");
806 Slog.w(TAG, "Exception when starting activity "
1123 // To juggle the fact that we are also starting a new
1125 // the current instance before starting the new one.
1242 ActivityRecord starting, Strin
1241 ensureActivitiesVisibleLocked(ActivityRecord top, ActivityRecord starting, String onlyThisProcess, int configChanges) argument
1385 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) argument
[all...]
H A DActivityManagerService.java1957 // (3) There is a pid assigned to it, so it is either starting or
1992 // When the user is explicitly starting a process, then clear its
2027 // If the system is not ready yet, then hold off on starting this
2195 Slog.e(TAG, "Failure starting process " + app.processName, e);
3292 // Dump thread traces as quickly as we can, starting with "interesting" processes.
4236 // Remove this record from the list of starting applications.
4257 Slog.w(TAG, "Exception in new application when starting activity "
9274 pw.println(" Persisent processes that are starting:");
12119 String msg = "Permission Denial: starting instrumentation "
12284 * false if <var>starting</va
12288 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean persistent, boolean initLocale) argument
[all...]

Completed in 473 milliseconds