Lines Matching defs:all

290     // The flags that are set for all calls we make to the package manager.
384 /** Run all ActivityStacks through this */
612 * Last time we requested PSS data of all processes.
696 * Keeps track of all IIntentReceivers that have been registered for
742 * State of all active sticky broadcasts per user. Keys are the action of the
743 * sticky Intent, values are an ArrayList of all broadcasted intents with
746 * for stickies that are sent to all users.
777 * When service association tracking is enabled, this is all of the associations we
937 * List of initialization arguments to pass to all processes when binding applications to them.
1165 * through all processes in /proc), so it should never be acquired by
2181 // We need to tell all apps about the system property change.
2211 // log all others.
3748 // Remove all tasks that are affiliated to affiliateId and put them in mTmpRecents.
3758 // Sort them all by taskId. That is the order they were create in and that order will
4009 // All looks good, we can just move all of the affiliated tasks
4053 // Slightly less quick case: the task is already in recents, so all we need
4067 // More complicated: need to keep all affiliated tasks together.
4098 // If this is a new affiliated task, then move all of the affiliated tasks
4287 Slog.w(TAG, "Finishing task with all activities already finished");
4546 * as a result of that process going away. Clears out all connections
4581 // is hosted by the process... then make sure all visible
4788 // First collect all of the stacks of the most important pids.
5153 // Remove all tasks match the cleared application package and user
5169 // Remove all permissions granted from/to this package
5260 removeProcessLocked(procs.get(i), false, true, "kill all background");
5532 // Remove all processes this package may have touched: all with the
5533 // same UID (except for the system or root user), and all whose name
5557 // If no package is specified, we call all processes under the
5566 // Package has been specified, we want to hit all processes
5583 // Process has passed all conditions, kill it!
5607 Slog.w(TAG, "Can't force stop all processes of all users, that is insane!");
5674 // Remove all sticky broadcasts from this user.
5714 // Stopping user, remove all objects for the user.
5894 // Tell the process all about itself.
7462 if (DEBUG_URI_PERMISSION) Slog.v(TAG, "Revoking all granted permissions to " + grantUri);
7506 // Go through all of the permissions and remove any that match.
7580 * @param packageName Package name to match, or {@code null} to apply to all
7583 * to all users.
8072 // TODO: Improve with MRU list from all ActivityStacks.
8429 // Remove all tasks with activities in the specified package from the list of recent tasks
8578 * Moves an activity, and all of the other activities within the same task, to the bottom
9970 // that handles all permissions checks, we look for this uid and use
10027 // Initialize the wake times of all processes.
10066 /** Notifies all listeners when the task stack has changed. */
10775 // then constrain it so we will kill all cached procs.
11128 // to all receivers.
11146 // If primary user, send broadcast to all available users, else just to userId
11188 // If we're done calling all the receivers, run the next "boot phase" passed in
11612 // the relative pain numbers, without logging all
11783 // system locks held, so we want to do this all asynchronously. And we
12177 // iterate across all processes
12250 // Iterate across all processes
12376 pw.println(" package [PACKAGE_NAME]: all state related to given package");
12377 pw.println(" all: dump all activities");
12379 pw.println(" write: write all pending state to storage");
12386 pw.println(" -a: include all available server state.");
13238 * - no provider specified: dump all the providers
13242 * dump all providers whose component contains the first arg as a substring
13253 boolean all;
13256 all = true;
13266 all = false;
13276 all = false;
13283 all = false;
13300 if (all) {
13333 * dump all activity whose component contains the cmd as a substring
14098 pw.println(" -a: include all available information for each process.");
14103 pw.println(" --package: interpret process arg as package, dumping all");
14650 // Short form has all other details, but if we have collected RAM
15663 // Enqueue broadcasts for all existing stickies that match
15921 // manager about a package being removed, we need to remove all of
15949 // If resources are unavailable just force stop all those packages
15988 // Remove all permissions granted from/to this package
16025 // the timezone of all currently running processes. This message will get
16030 // If the user set the time, let all running processes know.
16070 // We use userId directly here, since the "all" target is maintained
16073 // But first, if this is not a broadcast to all users, then
16075 // all users.
16119 // Caller wants broadcast to go to all started users.
16126 // Figure out who all will receive this broadcast.
16708 // Make sure all resources in our process are updated
16713 // all resources have that config before following boot
16764 // And we need to make sure at this point that all other activities
17041 // Examine all activities if not already foreground.
17087 // processes and they should soon all go into the cached state.
17245 // all connected clients.
17496 // These all are longer-term states, so pull them up to the top
17497 // of the background states, but not all the way to the top state.
17606 * Schedule PSS collection of all processes.
17615 if (DEBUG_PSS) Slog.d(TAG, "Requesting PSS of all procs! memLowered=" + memLowered);
17636 // Whenever we enable the mode, we want to take a snapshot all of current
17677 * Perform GCs on all processes that are waiting for it, but only
17710 * If all looks good, perform GCs on all processes waiting for them.
17722 * Schedule the execution of all pending app GCs.
18565 // Now update the oom adj for all processes.
18701 ArrayMap<String, SparseArray<ProcessRecord>> all
18703 SparseArray<ProcessRecord> procs = all.get(process);
19040 // Send USER_BACKGROUND broadcast to all profiles of the outgoing user
19055 // Send USER_FOREGROUND broadcast to all profiles of the incoming user
19417 // Clean up all state and processes associated with the user.
19418 // Kill all the processes for the user.