Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java97 private static final String TEST_PACKAGE_APP_A = "android.server.wm.backgroundactivity.appa"; field in BackgroundActivityLaunchTest
100 new ComponentName(TEST_PACKAGE_APP_A,
103 new ComponentName(TEST_PACKAGE_APP_A,
106 new ComponentName(TEST_PACKAGE_APP_A,
144 stopTestPackage(TEST_PACKAGE_APP_A); in tearDown()
575 TEST_PACKAGE_APP_A, true, ACTIVITY_START_TIMEOUT_MS)); in testAppCannotStartBgActivityAfterHomeButton()
595 TEST_PACKAGE_APP_A, true, ACTIVITY_START_TIMEOUT_MS)); in testPipCannotStartAfterHomeButton()
615 TEST_PACKAGE_APP_A, true, ACTIVITY_START_TIMEOUT_MS)); in testVirtualDisplayCannotStartAfterHomeButton()
652 waitUntilForegroundChanged(TEST_PACKAGE_APP_A, true, in assertActivityNotResumed()