Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DActivitySecurityModelEmbeddingTest.java44 }, APP_A.FOREGROUND_EMBEDDING_ACTIVITY); in setUp()
65 }, APP_A.FOREGROUND_EMBEDDING_ACTIVITY); in testEmbeddingLaunchesActivity_launchAllowed()
85 }, APP_A.FOREGROUND_EMBEDDING_ACTIVITY); in testEmbeddedLaunchesActivity_launchAllowedOnlyOnTop()
98 }, APP_A.FOREGROUND_EMBEDDING_ACTIVITY); in testEmbeddedLaunchesActivity_launchAllowedOnlyOnTop()
DBackgroundActivityTestBase.java276 intent.setComponent(app.FOREGROUND_EMBEDDING_ACTIVITY); in setupTaskWithEmbeddingActivity()
279 mWmState.waitForValidState(app.FOREGROUND_EMBEDDING_ACTIVITY); in setupTaskWithEmbeddingActivity()
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DComponents.java107 public final ComponentName FOREGROUND_EMBEDDING_ACTIVITY; field in Components
144 FOREGROUND_EMBEDDING_ACTIVITY = in Components()