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

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java63 boolean starting; // True if the process is being started field in class:ProcessRecord
214 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
215 pw.println(starting);
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
587 + " (starting new instance)");
877 // To juggle the fact that we are also starting a new
879 // the current instance before starting the new one.
982 final boolean ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { argument
983 return ensureActivitiesVisibleLocked(starting, configChanges, false);
986 final boolean ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, argument
990 ensureActivitiesVisibleLocked(r, starting, nul
997 ensureActivitiesVisibleLocked(ActivityRecord top, ActivityRecord starting, String onlyThisProcess, int configChanges, boolean forceHomeShown) argument
[all...]
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.");
1023 // This activity is not starting in the resumed state... which
1028 + " (starting in stopped state)");
1058 Slog.w(TAG, "Exception when starting activity "
1085 + " (pid=" + callingPid + ") when starting: "
1167 msg = "Permission Denial: starting " + intent.toString()
1172 msg = "Permission Denial: starting " + intent.toString()
1368 // The original activity who is starting u
2238 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) argument
[all...]
H A DActivityManagerService.java2444 // (3) There is a pid assigned to it, so it is either starting or
2479 // When the user is explicitly starting a process, then clear its
2514 // If the system is not ready yet, then hold off on starting this
2679 Slog.e(TAG, "Failure starting process " + app.processName, e);
3856 // Dump thread traces as quickly as we can, starting with "interesting" processes.
4843 // Remove this record from the list of starting applications.
10577 pw.println(" Persisent processes that are starting:");
13613 String msg = "Permission Denial: starting instrumentation "
13796 * false if <var>starting</var> is being destroyed to match the new
13801 ActivityRecord starting, boolea
13800 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean persistent, boolean initLocale) argument
[all...]

Completed in 110 milliseconds