Lines Matching defs:all

204     // The flags that are set for all calls we make to the package manager.
504 * Keeps track of all IIntentReceivers that have been registered for
549 * State of all active sticky broadcasts per user. Keys are the action of the
550 * sticky Intent, values are an ArrayList of all broadcasted intents with
553 * for stickies that are sent to all users.
568 * waiting to receive all of the thumbnails for a task.
643 * List of initialization arguments to pass to all processes when binding applications to them.
814 * protect all related state.
1649 // We need to tell all apps about the system property change.
1677 // log all others.
2914 * as a result of that process going away. Clears out all connections
2955 // is hosted by the process... then make sure all visible
3111 // First collect all of the stacks of the most important pids.
3544 removeProcessLocked(procs.get(i), false, true, "kill all background");
3755 // Remove all processes this package may have touched: all with the
3756 // same UID (except for the system or root user), and all whose name
3779 // If no package is specified, we call all processes under the
3785 // Package has been specified, we want to hit all processes
3800 // Process has passed all conditions, kill it!
3823 Slog.w(TAG, "Can't force stop all processes of all users, that is insane!");
3915 // Remove all sticky broadcasts from this user.
3952 // Stopping user, remove all objects for the user.
4126 // Tell the process all about itself.
4299 // todo: Also need to kill application to deal with all
5405 "Revoking all granted permissions to " + uri);
5437 // Go through all of the permissions and remove any that match.
5733 // In this case all thumbnails were available and the client
6065 * Moves an activity, and all of the other activities within the same task, to the bottom
7055 // that handles all permissions checks, we look for this uid and use
7100 // Initialize the wake times of all processes.
7521 // then constrain it so we will kill all hidden procs.
8199 // the relative pain numbers, without logging all
8720 // iterate across all processes
8807 // Iterate across all processes
8921 pw.println(" package [PACKAGE_NAME]: all state related to given package");
8922 pw.println(" all: dump all activities");
8928 pw.println(" -a: include all available server state.");
9545 * - no provider specified: dump all the providers
9549 * dump all providers whose component contains the first arg as a substring
9560 boolean all;
9563 all = true;
9573 all = false;
9583 all = false;
9590 all = false;
9607 if (all) {
9640 * dump all activity whose component contains the cmd as a substring
9647 if ("all".equals(name)) {
10390 pw.println(" -a: include all available information for each process.");
11420 // Enqueue broadcasts for all existing stickies that match
11636 // manager about a package being removed, we need to remove all of
11659 // If resources are unavailable just force stop all
11709 * of all currently running processes. This message will get queued up before the broadcast
11745 // We use userId directly here, since the "all" target is maintained
11748 // But first, if this is not a broadcast to all users, then
11750 // all users.
11794 // Caller wants broadcast to go to all started users.
11801 // Figure out who all will receive this broadcast.
12343 // Make sure all resources in our process are updated
12348 // all resources have that config before following boot
12394 // And we need to make sure at this point that all other activities
12686 // Examine all activities if not already foreground.
12851 // all connected clients.
13269 * Perform GCs on all processes that are waiting for it, but only
13302 * If all looks good, perform GCs on all processes waiting for them.
13314 * Schedule the execution of all pending app GCs.
13914 // Now update the oom adj for all processes.
14048 HashMap<String, SparseArray<ProcessRecord>> all
14050 SparseArray<ProcessRecord> procs = all.get(process);
14551 // Clean up all state and processes associated with the user.
14552 // Kill all the processes for the user.