Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java159 final ActivityWatcher watcher2 = anotherActivityLauncher.getWatcher(); in testLaunchAnotherActivity() local
161 watcher2.waitFor(RESUMED); in testLaunchAnotherActivity()
163 watcher2.waitFor(DESTROYED); in testLaunchAnotherActivity()
194 final ActivityWatcher watcher2 = anotherActivityLauncher.getWatcher(); in testLaunchAnotherActivity_onTopOfIt() local
197 watcher2.waitFor(RESUMED); in testLaunchAnotherActivity_onTopOfIt()
200 watcher2.waitFor(DESTROYED); in testLaunchAnotherActivity_onTopOfIt()
1170 final ActivityWatcher watcher2 = launcher2.getWatcher(); in setContentCaptureFeatureEnabledTest_disabledThenReEnabled() local
1172 watcher2.waitFor(RESUMED); in setContentCaptureFeatureEnabledTest_disabledThenReEnabled()
1174 watcher2.waitFor(DESTROYED); in setContentCaptureFeatureEnabledTest_disabledThenReEnabled()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java1432 final WatchUidRunner watcher2 = new WatchUidRunner(mInstrumentation, ai.uid, waitForSec); in testTrimAppChildProcess() local
1479 watcher2.waitFor(WatchUidRunner.CMD_PROCSTATE, WatchUidRunner.STATE_TOP, null); in testTrimAppChildProcess()
1557 watcher2.finish(); in testTrimAppChildProcess()
1650 final WatchUidRunner watcher2 = new WatchUidRunner(mInstrumentation, ai2.uid, waitForSec); in testTrimMemActivityFg() local
1689 watcher2.waitFor(WatchUidRunner.CMD_PROCSTATE, WatchUidRunner.STATE_TOP, null); in testTrimMemActivityFg()
1707 watcher2.finish(); in testTrimMemActivityFg()