Searched refs:EXTRA_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
106 public static final String EXTRA_TIMEOUT = "android.app.stubs.extra.child_cmdline"; field in CommandReceiver450 final long timeout = extras.getLong(EXTRA_TIMEOUT); in doStopChildProcess()457 final long timeout = extras.getLong(EXTRA_TIMEOUT); in doWaitForChildProcessGone()
1606 extras.putLong(CommandReceiver.EXTRA_TIMEOUT, timeout); in stopChildProcess()1632 extras.putLong(CommandReceiver.EXTRA_TIMEOUT, timeout); in initWaitingForChildProcessGone()