Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java147 assertActivityNotFocused(APP_A.BACKGROUND_ACTIVITY); in testBackgroundActivityBlocked()
148 assertTaskStackIsEmpty(APP_A.BACKGROUND_ACTIVITY); in testBackgroundActivityBlocked()
161 assertActivityNotFocused(APP_A.BACKGROUND_ACTIVITY); in testBackgroundActivityBlockedInStartNextMatchingActivity()
177 launchActivity(APP_A.BACKGROUND_ACTIVITY); in testStartBgActivity_usingStartActivitiesFromBackgroundPermission()
182 .isEqualTo(ComponentNameUtils.getActivityName(APP_A.BACKGROUND_ACTIVITY)); in testStartBgActivity_usingStartActivitiesFromBackgroundPermission()
193 assertActivityFocused(APP_A_33.BACKGROUND_ACTIVITY); in testBackgroundActivity_withinGracePeriodAndSdk33_isNotBlocked()
205 assertActivityNotFocused(APP_A.BACKGROUND_ACTIVITY); in testBackgroundActivity_withinASMGracePeriod_isBlocked()
220 assertActivityNotFocused(APP_A.BACKGROUND_ACTIVITY); in testBackgroundActivity_withinBalAfterAsmGracePeriod_isBlocked()
230 assertActivityFocused(APP_A_33.BACKGROUND_ACTIVITY); in testBackgroundActivityWhenSystemAlertWindowGranted_isNotBlocked()
247 mWmState.waitForValidState(APP_A.BACKGROUND_ACTIVITY); in testBackgroundActivityBlockedWhenForegroundActivityNotTop()
[all …]
DActivitySecurityModelEmbeddingTest.java89 .activity(APP_A.BACKGROUND_ACTIVITY) in testEmbeddedLaunchesActivity_launchAllowedOnlyOnTop()
DActivitySecurityModelTest.java231 .activity(APP_A.BACKGROUND_ACTIVITY) in testTopFinishesThenLaunchesActivity_launchAllowed()
235 APP_A.BACKGROUND_ACTIVITY); in testTopFinishesThenLaunchesActivity_launchAllowed()
DBackgroundActivityTestBase.java140 assertNull(mWmState.getTaskByActivity(app.BACKGROUND_ACTIVITY)); in setUp()
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DComponents.java104 public final ComponentName BACKGROUND_ACTIVITY; field in Components
138 BACKGROUND_ACTIVITY = in Components()