Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java308 static KillHandler sKillHandler = null;
599 final class KillHandler extends Handler { class in ProcessList
604 public KillHandler(Looper looper) { in KillHandler() method in ProcessList.KillHandler
622 KillHandler.LMKD_RECONNECT_MSG), LMKD_RECONNECT_DELAY_MS); in handleMessage()
654 sKillHandler = new KillHandler(sKillThread.getLooper()); in init()
667 KillHandler.LMKD_RECONNECT_MSG), LMKD_RECONNECT_DELAY_MS); in init()
689 sKillHandler.obtainMessage(KillHandler.LMKD_PROC_KILLED_MSG, in init()
1391 sKillHandler.obtainMessage(KillHandler.LMKD_RECONNECT_MSG));
1406 sKillHandler.obtainMessage(KillHandler.KILL_PROCESS_GROUP_MSG, uid, pid));
/frameworks/base/services/
Dart-profile3434 HSPLcom/android/server/am/ProcessList$KillHandler;->handleMessage(Landroid/os/Message;)V
18693 Lcom/android/server/am/ProcessList$KillHandler;