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

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java54 boolean starting; // True if the process is being started field in class:ProcessRecord
178 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
179 pw.print(starting); pw.print(" lastPss="); pw.println(lastPss);
H A DActivityStack.java100 // is short because it directly impacts the responsiveness of starting the
226 * When we are in the process of pausing an activity, before starting the
481 * Returns the first activity (starting from the top of the stack) that
649 + " (starting new instance)");
662 // This activity is not starting in the resumed state... which
667 + " (starting in stopped state)");
704 Slog.w(TAG, "Exception when starting activity "
991 // To juggle the fact that we are also starting a new
993 // the current instance before starting the new one.
1102 ActivityRecord starting, Strin
1101 ensureActivitiesVisibleLocked(ActivityRecord top, ActivityRecord starting, String onlyThisProcess, int configChanges) argument
1245 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) argument
[all...]
H A DActivityManagerService.java1822 // (3) There is a pid assigned to it, so it is either starting or
1856 // When the user is explicitly starting a process, then clear its
1881 // If the system is not ready yet, then hold off on starting this
2021 Slog.e(TAG, "Failure starting process " + app.processName, e);
3032 // Dump thread traces as quickly as we can, starting with "interesting" processes.
3843 // Remove this record from the list of starting applications.
3862 Slog.w(TAG, "Exception in new application when starting activity "
3888 Slog.w(TAG, "Exception in new application when starting service "
3902 Slog.w(TAG, "Exception in new application when starting receiver "
8286 pw.println(" Persisent processes that are starting
13369 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean persistent, boolean initLocale) argument
[all...]

Completed in 102 milliseconds