Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java574 assertTrue("Main activity not started", waitUntilForegroundChanged( in testAppCannotStartBgActivityAfterHomeButton()
594 assertTrue("Pip activity not started", waitUntilForegroundChanged( in testPipCannotStartAfterHomeButton()
614 assertTrue("VirtualDisplay activity not started", waitUntilForegroundChanged( in testVirtualDisplayCannotStartAfterHomeButton()
637 private boolean waitUntilForegroundChanged(String targetPkg, boolean toBeResumed, int timeout) in waitUntilForegroundChanged() method in BackgroundActivityLaunchTest
652 waitUntilForegroundChanged(TEST_PACKAGE_APP_A, true, in assertActivityNotResumed()