Searched refs:KillHandler (Results 1 – 2 of 2) sorted by relevance
308 static KillHandler sKillHandler = null;599 final class KillHandler extends Handler { class in ProcessList604 public KillHandler(Looper looper) { in KillHandler() method in ProcessList.KillHandler622 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));
3434 HSPLcom/android/server/am/ProcessList$KillHandler;->handleMessage(Landroid/os/Message;)V18693 Lcom/android/server/am/ProcessList$KillHandler;