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

/frameworks/base/core/java/android/os/
H A DProcess.java762 * {@link #killProcess} and {@link #sendSignal}.
1044 public static final void killProcess(int pid) { method in class:Process
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java2088 boolean evenPersistent, boolean doit, boolean killProcess,
2105 service.app.removed = killProcess;
2122 int userId, boolean evenPersistent, boolean killProcess, boolean doit) {
2132 evenPersistent, doit, killProcess, mServiceMap.valueAt(i).mServicesByName);
2142 evenPersistent, doit, killProcess, items);
2087 collectPackageServicesLocked(String packageName, Set<String> filterByClasses, boolean evenPersistent, boolean doit, boolean killProcess, ArrayMap<ComponentName, ServiceRecord> services) argument
2121 bringDownDisabledPackageServicesLocked(String packageName, Set<String> filterByClasses, int userId, boolean evenPersistent, boolean killProcess, boolean doit) argument
H A DActivityManagerService.java5565 String packageName, int userId, boolean killProcess, String[] changedClasses) {
5635 packageName, disabledClasses, userId, false, killProcess, true);
8613 private void cleanUpRemovedTaskLocked(TaskRecord tr, boolean killProcess) { argument
8625 if (!killProcess) {
8719 * @param killProcess Kill any process associated with the task if possible.
8722 private boolean removeTaskByIdLocked(int taskId, boolean killProcess) { argument
8726 cleanUpRemovedTaskLocked(tr, killProcess);
9499 Process.killProcess(cpr.proc.pid);
11330 Process.killProcess(Process.myPid());
12521 Process.killProcess(pi
5564 cleanupDisabledPackageComponentsLocked( String packageName, int userId, boolean killProcess, String[] changedClasses) argument
[all...]

Completed in 105 milliseconds