Searched refs:sKillHandler (Results 1 – 1 of 1) sorted by relevance
274 static KillHandler sKillHandler = null; field in ProcessList572 if (sKillHandler == null) { in init()576 sKillHandler = new KillHandler(sKillThread.getLooper()); in init()1312 if (sKillHandler != null) {1313 sKillHandler.sendMessage(1314 sKillHandler.obtainMessage(KillHandler.KILL_PROCESS_GROUP_MSG, uid, pid));