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
191 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
192 pw.print(starting); pw.print(" lastPss="); pw.println(lastPss);
H A DActivityStack.java99 // is short because it directly impacts the responsiveness of starting the
230 * When we are in the process of pausing an activity, before starting the
538 * Returns the first activity (starting from the top of the stack) that
747 + " (starting new instance)");
760 // This activity is not starting in the resumed state... which
765 + " (starting in stopped state)");
802 Slog.w(TAG, "Exception when starting activity "
1104 // To juggle the fact that we are also starting a new
1106 // the current instance before starting the new one.
1220 ActivityRecord starting, Strin
1219 ensureActivitiesVisibleLocked(ActivityRecord top, ActivityRecord starting, String onlyThisProcess, int configChanges) argument
1363 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) argument
[all...]
H A DActivityManagerService.java1898 // (3) There is a pid assigned to it, so it is either starting or
1933 // When the user is explicitly starting a process, then clear its
1967 // If the system is not ready yet, then hold off on starting this
2110 Slog.e(TAG, "Failure starting process " + app.processName, e);
3236 // Dump thread traces as quickly as we can, starting with "interesting" processes.
4056 // Remove this record from the list of starting applications.
4077 Slog.w(TAG, "Exception in new application when starting activity "
4103 Slog.w(TAG, "Exception in new application when starting service "
8969 pw.println(" Persisent processes that are starting:");
11542 Slog.w(TAG, "Exception when starting servic
13496 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean persistent, boolean initLocale) argument
[all...]

Completed in 1169 milliseconds