Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1522 static final int DISPATCH_PROCESS_DIED_UI_MSG = 32; field in ActivityManagerService
1646 case DISPATCH_PROCESS_DIED_UI_MSG: { in handleMessage()
13790 mUiHandler.obtainMessage(DISPATCH_PROCESS_DIED_UI_MSG, app.pid, app.info.uid, in cleanUpApplicationRecordLocked()