Searched refs:CMD_GONE (Results 1 – 6 of 6) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | BadProviderTest.java | 72 uidWatcher.waitFor(WatchUidRunner.CMD_GONE, null); in testExitOnCreate() 73 uidWatcher.waitFor(WatchUidRunner.CMD_GONE, null); in testExitOnCreate() 74 uidWatcher.waitFor(WatchUidRunner.CMD_GONE, null); in testExitOnCreate() 84 uidWatcher.waitFor(WatchUidRunner.CMD_GONE, null); in testExitOnCreate()
|
D | ActivityManagerProcessStateTest.java | 403 uidWatcher.waitFor(WatchUidRunner.CMD_GONE, null); in testUidImportanceListener() 439 uidWatcher.expect(WatchUidRunner.CMD_GONE, null); in testUidImportanceListener() 563 uidWatcher.waitFor(WatchUidRunner.CMD_GONE, null); in testBackgroundCheckService() 741 uidWatcher.waitFor(WatchUidRunner.CMD_GONE, null, WAIT_TIME); in testBackgroundCheckStopsService()
|
D | ActivityManagerTest.java | 1390 watcher.waitFor(WatchUidRunner.CMD_GONE, processGoneTimeout); in testKillingAppChildProcess()
|
/cts/tests/app/src/android/app/cts/android/app/cts/tools/ |
D | ServiceProcessController.java | 228 mUidWatcher.waitFor(WatchUidRunner.CMD_GONE, timeout); in ensureProcessGone()
|
D | WatchUidRunner.java | 49 public static final int CMD_GONE = 5; field in WatchUidRunner
|
/cts/tests/app/AppExitTest/src/android/app/cts/ |
D | ActivityManagerAppExitInfoTest.java | 451 watcher.waitFor(WatchUidRunner.CMD_GONE, null); in waitForGone()
|