Searched refs:KillHandler (Results 1 – 2 of 2) sorted by relevance
1716 static KillHandler sKillHandler = null;1758 final class KillHandler extends Handler { class in ActivityManagerService1761 public KillHandler(Looper looper) { in KillHandler() method in ActivityManagerService.KillHandler2746 sKillHandler = new KillHandler(sKillThread.getLooper()); in ActivityManagerService()3335 sKillHandler.obtainMessage(KillHandler.KILL_PROCESS_GROUP_MSG, uid, pid)); in killProcessGroup()
3844 Lcom/android/server/am/ActivityManagerService$KillHandler;