Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java24 import static android.server.wm.backgroundactivity.appa.Components.APP_A_FOREGROUND_ACTIVITY;
87 private static final String APP_A_PACKAGE_NAME = APP_A_FOREGROUND_ACTIVITY.getPackageName();
118 assertNull(mWmState.getTaskByActivity(APP_A_FOREGROUND_ACTIVITY)); in setUp()
122 + APP_A_FOREGROUND_ACTIVITY.getPackageName()); in setUp()
179 firstIntent.setComponent(APP_A_FOREGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWithinGracePeriod()
182 boolean firstResult = waitForActivityFocused(APP_A_FOREGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWithinGracePeriod()
186 mWmState.waitAndAssertActivityRemoved(APP_A_FOREGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWithinGracePeriod()
214 intent.setComponent(APP_A_FOREGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWhenForegroundActivityExists()
217 boolean result = waitForActivityFocused(APP_A_FOREGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWhenForegroundActivityExists()
219 assertTaskStack(new ComponentName[]{APP_A_FOREGROUND_ACTIVITY}, APP_A_FOREGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWhenForegroundActivityExists()
[all …]
/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DComponents.java28 public static final ComponentName APP_A_FOREGROUND_ACTIVITY = field in Components