Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1516 static final int KILL_APPLICATION_MSG = 22; field in ActivityManagerService
1725 case KILL_APPLICATION_MSG: { in handleMessage()
4327 Message msg = mHandler.obtainMessage(KILL_APPLICATION_MSG); in killApplication()