Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java23 import static android.server.wm.backgroundactivity.appa.Components.APP_A_BACKGROUND_ACTIVITY;
117 assertNull(mWmState.getTaskByActivity(APP_A_BACKGROUND_ACTIVITY)); in setUp()
148 boolean result = waitForActivityFocused(APP_A_BACKGROUND_ACTIVITY); in testBackgroundActivityBlocked()
150 assertTaskStack(null, APP_A_BACKGROUND_ACTIVITY); in testBackgroundActivityBlocked()
166 launchActivity(APP_A_BACKGROUND_ACTIVITY); in testStartBgActivity_usingStartActivitiesFromBackgroundPermission()
170 ComponentNameUtils.getActivityName(APP_A_BACKGROUND_ACTIVITY), in testStartBgActivity_usingStartActivitiesFromBackgroundPermission()
191 boolean secondResult = waitForActivityFocused(APP_A_BACKGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWithinGracePeriod()
206 boolean result = waitForActivityFocused(APP_A_BACKGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWhenSystemAlertWindowGranted()
225 result = waitForActivityFocused(APP_A_BACKGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWhenForegroundActivityExists()
228 assertTaskStack(new ComponentName[]{APP_A_BACKGROUND_ACTIVITY}, APP_A_BACKGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWhenForegroundActivityExists()
[all …]
/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DSendPendingIntentReceiver.java20 import static android.server.wm.backgroundactivity.appa.Components.APP_A_BACKGROUND_ACTIVITY;
62 newIntent.setComponent(APP_A_BACKGROUND_ACTIVITY); in onReceive()
DComponents.java24 public static final ComponentName APP_A_BACKGROUND_ACTIVITY = field in Components