Lines Matching defs:all

416     // The flags that are set for all calls we make to the package manager.
552 /** Run all ActivityStacks through this */
807 * Last time we requested PSS data of all processes.
835 * Track all uids that have actively running processes.
876 * Keeps track of all IIntentReceivers that have been registered for broadcasts.
920 * State of all active sticky broadcasts per user. Keys are the action of the
921 * sticky Intent, values are an ArrayList of all broadcasted intents with
924 * for stickies that are sent to all users.
961 * When service association tracking is enabled, this is all of the associations we
1142 * List of initialization arguments to pass to all processes when binding applications to them.
1410 * through all processes in /proc), so it should never be acquired by
2728 // We need to tell all apps about the system property change.
2758 // log all others.
3715 // Enable all debug flags required by the native debugger.
4522 // rather than scan through all the stacks and activities?
4784 Slog.w(TAG, "Finishing task with all activities already finished");
5009 * as a result of that process going away. Clears out all connections
5043 // there is a visible activity that is hosted by the process... then make sure all
5239 // First collect all of the stacks of the most important pids.
5457 // Remove all tasks match the cleared application package and user
5496 // Remove all permissions granted from/to this package
5500 // Remove all zen rules created by this package; revoke it's zen access.
5587 removeProcessLocked(procs.get(i), false, true, "kill all background");
5601 * Kills all background processes, except those matching any of the
5641 removeProcessLocked(procs.get(i), false, true, "kill all background except");
5903 // Remove all processes this package may have touched: all with the
5904 // same UID (except for the system or root user), and all whose name
5928 // If no package is specified, we call all processes under the
5937 // Package has been specified, we want to hit all processes
5954 // Process has passed all conditions, kill it!
6075 Slog.w(TAG, "Can't force stop all processes of all users, that is insane!");
6118 // Remove all sticky broadcasts from this user.
6164 // Stopping user, remove all objects for the user.
6402 // Tell the process all about itself.
8338 "Revoking all granted permissions to " + grantUri);
8383 // Go through all of the permissions and remove any that match.
8456 * @param packageName Package name to match, or {@code null} to apply to all
8459 * to all users.
8994 // TODO: Improve with MRU list from all ActivityStacks.
9532 // Remove all tasks with activities in the specified package from the list of recent tasks
9671 * Moves an activity, and all of the other activities within the same task, to the bottom
9875 // resuming, we need to do it after all the tasks are moved.
11499 // that handles all permissions checks, we look for this uid and use
11574 // Initialize the wake times of all processes.
11608 /** Notifies all listeners when the task stack has changed. */
11616 /** Notifies all listeners when an Activity is pinned. */
11623 * Notifies all listeners when an attempt was made to start an an activity that is already
11632 /** Notifies all listeners when the pinned stack animation ends. */
12693 // then constrain it so we will kill all cached procs.
13017 // If we're done calling all the receivers, run the next "boot phase" passed in
13246 // the relative pain numbers, without logging all
13421 // system locks held, so we want to do this all asynchronously. And we
13681 // iterate across all processes
13761 // Iterate across all processes
14837 * - no provider specified: dump all the providers
14841 * dump all providers whose component contains the first arg as a substring
14852 boolean all;
14855 all = true;
14865 all = false;
14875 all = false;
14882 all = false;
14899 if (all) {
14932 * dump all activity whose component contains the cmd as a substring
15820 pw.println(" -a: include all available information for each process.");
15827 pw.println(" --package: interpret process arg as package, dumping all");
16442 // Short form has all other details, but if we have collected RAM
17411 // Enqueue broadcasts for all existing stickies that match
17498 // TODO: come back and remove this assumption to triage all broadcasts
17747 // manager about a package being removed, we need to remove all of
17772 // If resources are unavailable just force stop all those packages
17817 // Remove all permissions granted from/to this package
17917 // the timezone of all currently running processes. This message will get
17922 // If the user set the time, let all running processes know.
17984 // We use userId directly here, since the "all" target is maintained
17987 // But first, if this is not a broadcast to all users, then
17989 // all users.
18033 // Caller wants broadcast to go to all started users.
18040 // Figure out who all will receive this broadcast.
18732 // Make sure all resources in our process are updated
18737 // all resources have that config before following boot
18824 // And we need to make sure at this point that all other activities
19129 // Examine all activities if not already foreground.
19187 // processes and they should soon all go into the cached state.
19350 // all connected clients.
19636 // These all are longer-term states, so pull them up to the top
19637 // of the background states, but not all the way to the top state.
19825 * Schedule PSS collection of all processes.
19834 if (DEBUG_PSS) Slog.d(TAG_PSS, "Requesting PSS of all procs! memLowered=" + memLowered);
19859 // Whenever we enable the mode, we want to take a snapshot all of current
19900 * Perform GCs on all processes that are waiting for it, but only
19933 * If all looks good, perform GCs on all processes waiting for them.
19945 * Schedule the execution of all pending app GCs.
20514 // Reset state in all uid records.
21008 // Now update the oom adj for all processes.
21144 ArrayMap<String, SparseArray<ProcessRecord>> all
21146 SparseArray<ProcessRecord> procs = all.get(process);
21468 pw.println("Binder transaction traces for all processes.\n");
21639 removeProcessLocked(procs.get(i), false, true, "kill all fg");