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

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskLaunchParamsModifier.java224 Rect proposal, boolean allowRestart, int shiftPolicy, Rect result) {
234 if (!allowRestart) {
223 position(ArrayList<TaskRecord> tasks, Rect availableRect, Rect proposal, boolean allowRestart, int shiftPolicy, Rect result) argument
H A DActiveServices.java3261 final void killServicesLocked(ProcessRecord app, boolean allowRestart) { argument
3386 if (allowRestart && sr.crashCount >= mAm.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY
3394 } else if (!allowRestart
3419 if (!allowRestart) {
H A DActivityManagerService.java5887 boolean restarting, boolean allowRestart) {
5889 boolean kept = cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1,
7073 int userId, int minOomAdj, boolean callerWillRestart, boolean allowRestart,
7139 removeProcessLocked(procs.get(i), callerWillRestart, allowRestart, reason);
7457 boolean callerWillRestart, boolean allowRestart, String reason) {
7498 handleAppDiedLocked(app, willRestart, allowRestart);
14870 public void hang(final IBinder who, boolean allowRestart) { argument
14894 Watchdog.getInstance().setAllowRestart(allowRestart);
20094 boolean restarting, boolean allowRestart, int index, boolean replacingPid) {
20133 mServices.killServicesLocked(app, allowRestart);
5886 handleAppDiedLocked(ProcessRecord app, boolean restarting, boolean allowRestart) argument
7072 killPackageProcessesLocked(String packageName, int appId, int userId, int minOomAdj, boolean callerWillRestart, boolean allowRestart, boolean doit, boolean evenPersistent, String reason) argument
7456 removeProcessLocked(ProcessRecord app, boolean callerWillRestart, boolean allowRestart, String reason) argument
20093 cleanUpApplicationRecordLocked(ProcessRecord app, boolean restarting, boolean allowRestart, int index, boolean replacingPid) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java309 public void setAllowRestart(boolean allowRestart) { argument
311 mAllowRestart = allowRestart;
424 final boolean allowRestart;
493 allowRestart = mAllowRestart;
559 } else if (!allowRestart) {

Completed in 279 milliseconds