Searched refs:KILL_APP_ZYGOTE_DELAY_MS (Results 1 – 2 of 2) sorted by relevance
38 import static com.android.server.am.ActivityManagerService.KILL_APP_ZYGOTE_DELAY_MS;1857 mService.mHandler.sendMessageDelayed(msg, KILL_APP_ZYGOTE_DELAY_MS);
474 static final int KILL_APP_ZYGOTE_DELAY_MS = 5 * 1000; field in ActivityManagerService