Home
last modified time | relevance | path

Searched refs:waitForChildProcessGone (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java335 waitForChildProcessGone(true, callback, RESULT_CHILD_PROCESS_STOPPED, timeout); in doStopChildProcess()
342 waitForChildProcessGone(false, callback, RESULT_CHILD_PROCESS_GONE, timeout); in doWaitForChildProcessGone()
345 private static synchronized void waitForChildProcessGone(final boolean destroy, in waitForChildProcessGone() method in CommandReceiver