Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java274 static KillHandler sKillHandler = null; field in ProcessList
572 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));