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