Searched defs:activity (Results 151 - 151 of 151) sorted by relevance

1234567

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java298 // How long we wait for a launched process to attach to the activity manager
302 // How long we wait for a launched process to attach to the activity manager
349 // How long to wait in getAssistContextExtras for the activity and foreground services
421 * For addAppTask: cached of the last activity component that was added.
426 * For addAppTask: cached of the last activity uid that was added.
436 public final ActivityRecord activity; field in class:ActivityManagerService.PendingAssistExtras
445 activity = _activity;
453 Slog.w(TAG, "getAssistContextExtras failed: timeout retrieving from " + activity);
536 * activity manager lock!
609 * the "home" activity
5101 appNotResponding(ProcessRecord app, ActivityRecord activity, ActivityRecord parent, boolean aboveSystem, final String annotation) argument
10417 inputDispatchingTimedOut(final ProcessRecord proc, final ActivityRecord activity, final ActivityRecord parent, final boolean aboveSystem, String reason) argument
11411 makeAppNotRespondingLocked(ProcessRecord app, String activity, String shortMsg, String longMsg) argument
11434 generateProcessError(ProcessRecord app, int condition, String activity, String shortMsg, String longMsg, String stackTrace) argument
11924 addErrorToDropBox(String eventType, ProcessRecord process, String processName, ActivityRecord activity, ActivityRecord parent, String subject, final String report, final File logFile, final ApplicationErrorReport.CrashInfo crashInfo) argument
[all...]

Completed in 82 milliseconds

1234567