Searched defs:KILL_APPLICATION_MSG (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1660 static final int KILL_APPLICATION_MSG = 22; field in class:ActivityManagerService
2072 case KILL_APPLICATION_MSG: {
4008 // the package was initially frozen through KILL_APPLICATION_MSG, so
6060 Message msg = mHandler.obtainMessage(KILL_APPLICATION_MSG);
[all...]

Completed in 109 milliseconds