Home
last modified time | relevance | path

Searched refs:KillHandler (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppExitInfoTracker.java138 private KillHandler mKillHandler;
259 mKillHandler = new KillHandler(thread.getLooper()); in init()
291 mKillHandler.obtainMessage(KillHandler.MSG_PROC_DIED, in scheduleNoteProcessDied()
308 mKillHandler.obtainMessage(KillHandler.MSG_APP_KILL, raw).sendToTarget(); in scheduleNoteAppKill()
346 mKillHandler.obtainMessage(KillHandler.MSG_LMKD_PROC_KILLED, pid, uid) in scheduleNoteLmkdProcKilled()
351 mKillHandler.obtainMessage(KillHandler.MSG_CHILD_PROC_DIED, pid, uid, (Integer) status) in scheduleChildProcDied()
871 mKillHandler.removeMessages(KillHandler.MSG_STATSD_LOG, info); in scheduleLogToStatsdLocked()
873 } else if (!mKillHandler.hasMessages(KillHandler.MSG_STATSD_LOG, info)) { in scheduleLogToStatsdLocked()
875 KillHandler.MSG_STATSD_LOG, info), APP_EXIT_INFO_STATSD_LOG_DEBOUNCE); in scheduleLogToStatsdLocked()
1590 final class KillHandler extends Handler { class in AppExitInfoTracker
[all …]
DProcessList.java421 static KillHandler sKillHandler = null;
749 final class KillHandler extends Handler { class in ProcessList
753 public KillHandler(Looper looper) { in KillHandler() method in ProcessList.KillHandler
771 KillHandler.LMKD_RECONNECT_MSG), LMKD_RECONNECT_DELAY_MS); in handleMessage()
813 sKillHandler = new KillHandler(sKillThread.getLooper()); in init()
827 KillHandler.LMKD_RECONNECT_MSG), LMKD_RECONNECT_DELAY_MS); in init()
1525 sKillHandler.obtainMessage(KillHandler.LMKD_RECONNECT_MSG));
1540 sKillHandler.obtainMessage(KillHandler.KILL_PROCESS_GROUP_MSG, uid, pid));
/frameworks/base/services/
Dart-profile6948 HSPLcom/android/server/am/AppExitInfoTracker$KillHandler;-><init>(Lcom/android/server/am/AppExitInf…
6949 HSPLcom/android/server/am/AppExitInfoTracker$KillHandler;->handleMessage(Landroid/os/Message;)V+]Lc…
7002 …;]Lcom/android/server/am/AppExitInfoTracker$KillHandler;Lcom/android/server/am/AppExitInfoTracker$
7003 …+]Lcom/android/server/am/AppExitInfoTracker$KillHandler;Lcom/android/server/am/AppExitInfoTracker$
7004 …;]Lcom/android/server/am/AppExitInfoTracker$KillHandler;Lcom/android/server/am/AppExitInfoTracker$
7005 …;]Lcom/android/server/am/AppExitInfoTracker$KillHandler;Lcom/android/server/am/AppExitInfoTracker$
7006 …;]Lcom/android/server/am/AppExitInfoTracker$KillHandler;Lcom/android/server/am/AppExitInfoTracker$
7007 …;]Lcom/android/server/am/AppExitInfoTracker$KillHandler;Lcom/android/server/am/AppExitInfoTracker$
8424 …ProcessRecord;+]Landroid/os/Handler;Lcom/android/server/am/ProcessList$KillHandler;]Lcom/android/s…
8432 …ocessRecord;)V+]Landroid/os/Handler;Lcom/android/server/am/ProcessList$KillHandler;]Ljava/io/FileD…
[all …]