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

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

Completed in 73 milliseconds