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/
DActivityManagerService.java1716 static KillHandler sKillHandler = null;
1758 final class KillHandler extends Handler { class in ActivityManagerService
1761 public KillHandler(Looper looper) { in KillHandler() method in ActivityManagerService.KillHandler
2746 sKillHandler = new KillHandler(sKillThread.getLooper()); in ActivityManagerService()
3335 sKillHandler.obtainMessage(KillHandler.KILL_PROCESS_GROUP_MSG, uid, pid)); in killProcessGroup()
/frameworks/base/services/
Dprofile-classes3844 Lcom/android/server/am/ActivityManagerService$KillHandler;