Searched refs:KILL_APP_ZYGOTE_MSG (Results 1 – 2 of 2) sorted by relevance
37 import static com.android.server.am.ActivityManagerService.KILL_APP_ZYGOTE_MSG;1735 mService.mHandler.removeMessages(KILL_APP_ZYGOTE_MSG);1741 Message msg = mService.mHandler.obtainMessage(KILL_APP_ZYGOTE_MSG);1785 mService.mHandler.removeMessages(KILL_APP_ZYGOTE_MSG, appZygote);
1537 static final int KILL_APP_ZYGOTE_MSG = 71; field in ActivityManagerService1736 case KILL_APP_ZYGOTE_MSG: { in handleMessage()