Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DComponents.java26 public static final ComponentName APP_A_SECOND_BACKGROUND_ACTIVITY = field in Components
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java25 import static android.server.wm.backgroundactivity.appa.Components.APP_A_SECOND_BACKGROUND_ACTIVITY;
361 boolean result = waitForActivityFocused(APP_A_SECOND_BACKGROUND_ACTIVITY); in testSecondActivityNotBlockedWhenForegroundActivityLaunch()
367 new ComponentName[]{APP_A_SECOND_BACKGROUND_ACTIVITY, APP_A_BACKGROUND_ACTIVITY, in testSecondActivityNotBlockedWhenForegroundActivityLaunch()
388 APP_A_SECOND_BACKGROUND_ACTIVITY)); in testSecondActivityBlockedWhenBackgroundActivityLaunch()
393 result = waitForActivityFocused(APP_A_SECOND_BACKGROUND_ACTIVITY); in testSecondActivityBlockedWhenBackgroundActivityLaunch()
396 new ComponentName[]{APP_A_SECOND_BACKGROUND_ACTIVITY, APP_A_BACKGROUND_ACTIVITY, in testSecondActivityBlockedWhenBackgroundActivityLaunch()