Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java67 public static final int RESULT_CHILD_PROCESS_GONE = IBinder.FIRST_CALL_TRANSACTION + 2; field in CommandReceiver
342 waitForChildProcessGone(false, callback, RESULT_CHILD_PROCESS_GONE, timeout); in doWaitForChildProcessGone()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java1310 case CommandReceiver.RESULT_CHILD_PROCESS_GONE: in initWaitingForChildProcessGone()