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.java99 public static final int RESULT_CHILD_PROCESS_GONE = IBinder.FIRST_CALL_TRANSACTION + 2; field in CommandReceiver
458 waitForChildProcessGone(false, callback, RESULT_CHILD_PROCESS_GONE, timeout); in doWaitForChildProcessGone()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java1622 case CommandReceiver.RESULT_CHILD_PROCESS_GONE: in initWaitingForChildProcessGone()