Searched refs:TEST_PACKAGE_APP_A (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/ |
D | BackgroundActivityLaunchTest.java | 97 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()
|