Searched defs:killProcess (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
H A DProcess.java510 * {@link #killProcess} and {@link #sendSignal}.
866 public static final void killProcess(int pid) { method in class:Process
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java2880 boolean evenPersistent, boolean doit, boolean killProcess,
2897 service.app.removed = killProcess;
2917 int userId, boolean evenPersistent, boolean killProcess, boolean doit) {
2927 evenPersistent, doit, killProcess, mServiceMap.valueAt(i).mServicesByName);
2940 evenPersistent, doit, killProcess, items);
2879 collectPackageServicesLocked(String packageName, Set<String> filterByClasses, boolean evenPersistent, boolean doit, boolean killProcess, ArrayMap<ComponentName, ServiceRecord> services) argument
2916 bringDownDisabledPackageServicesLocked(String packageName, Set<String> filterByClasses, int userId, boolean evenPersistent, boolean killProcess, boolean doit) argument
H A DActivityStackSupervisor.java2654 removeTaskByIdLocked(tasks.get(i).taskId, true /* killProcess */,
2673 boolean removeTaskByIdLocked(int taskId, boolean killProcess, boolean removeFromRecents) { argument
2674 return removeTaskByIdLocked(taskId, killProcess, removeFromRecents, !PAUSE_IMMEDIATELY);
2681 * @param killProcess Kill any process associated with the task if possible.
2687 boolean removeTaskByIdLocked(int taskId, boolean killProcess, boolean removeFromRecents, argument
2693 cleanUpRemovedTaskLocked(tr, killProcess, removeFromRecents);
2703 void cleanUpRemovedTaskLocked(TaskRecord tr, boolean killProcess, boolean removeFromRecents) { argument
2717 if (!killProcess) {
H A DActivityManagerService.java77 import static android.os.Process.killProcess;
6296 String packageName, int userId, boolean killProcess, String[] changedClasses) {
6366 packageName, disabledClasses, userId, false, killProcess, true);
13833 killProcess(myPid());
19163 final boolean killProcess =
19167 if (killProcess) {
19173 final int cmd = killProcess
19199 if (killProcess) {
19205 cleanupDisabledPackageComponentsLocked(ssp, userId, killProcess,
6295 cleanupDisabledPackageComponentsLocked( String packageName, int userId, boolean killProcess, String[] changedClasses) argument
[all...]

Completed in 152 milliseconds