Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DBadProviderTest.java72 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()
DActivityManagerProcessStateTest.java403 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()
DActivityManagerTest.java1390 watcher.waitFor(WatchUidRunner.CMD_GONE, processGoneTimeout); in testKillingAppChildProcess()
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DServiceProcessController.java228 mUidWatcher.waitFor(WatchUidRunner.CMD_GONE, timeout); in ensureProcessGone()
DWatchUidRunner.java49 public static final int CMD_GONE = 5; field in WatchUidRunner
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java451 watcher.waitFor(WatchUidRunner.CMD_GONE, null); in waitForGone()