Lines Matching defs:starting

376     // on getting this result before starting to launch its UI).
3048 // In the special case introduced by this method (which is, starting an isolated
3095 // When the user is explicitly starting a process, then clear its
3121 // (3) There is a pid assigned to it, so it is either starting or
3166 // If the system is not ready yet, then hold off on starting this
3183 checkTime(startTime, "startProcess: done starting proc!");
3214 checkTime(startTime, "startProcess: starting to update cpu stats");
3375 checkTime(startTime, "startProcess: starting to update pids map");
3393 Slog.e(TAG, "Failure starting process " + app.processName, e);
4934 // Dump thread traces as quickly as we can, starting with "interesting" processes.
6114 // Remove this record from the list of starting applications.
6140 Slog.wtf(TAG, "Exception thrown starting services in " + app, e);
13364 pw.println(" Persisent processes that are starting:");
17091 String msg = "Permission Denial: starting instrumentation "
17299 * false if <var>starting</var> is being destroyed to match the new
17304 ActivityRecord starting, boolean persistent, boolean initLocale) {
17394 if (changes != 0 && starting == null) {
17396 // in the process of starting an activity, then find the top
17398 starting = mainStack.topRunningActivityLocked(null);
17401 if (starting != null) {
17402 kept = mainStack.ensureActivityConfigurationLocked(starting, changes);
17405 mStackSupervisor.ensureActivitiesVisibleLocked(starting, changes);
17487 // It's not the current receiver, but it might be starting up to become one
17620 // Determine the importance of the process, starting with most
19768 if (DEBUG_MU) Slog.i(TAG_MU, "starting userid:" + userId + " fore:" + foreground);