Searched refs:DISPATCH_PROCESS_DIED_UI_MSG (Results 1 – 2 of 2) sorted by relevance
44 import static com.android.server.am.ActivityManagerService.DISPATCH_PROCESS_DIED_UI_MSG;4640 mService.mUiHandler.obtainMessage(DISPATCH_PROCESS_DIED_UI_MSG, pid, uid, in scheduleDispatchProcessDiedLocked()
1455 static final int DISPATCH_PROCESS_DIED_UI_MSG = 32; field in ActivityManagerService1609 case DISPATCH_PROCESS_DIED_UI_MSG: { in handleMessage()