Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DCommonComponents.java32 public static final CommonForegroundActivityExtras COMMON_FOREGROUND_ACTIVITY_EXTRAS = field in CommonComponents
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityTestBase.java23 …tic android.server.wm.backgroundactivity.common.CommonComponents.COMMON_FOREGROUND_ACTIVITY_EXTRAS;
268 intent.putExtra(COMMON_FOREGROUND_ACTIVITY_EXTRAS.ACTIVITY_ID, id); in setupTaskWithForegroundActivity()
291 mBroadcastIntent.putExtra(COMMON_FOREGROUND_ACTIVITY_EXTRAS.ACTIVITY_ID, id); in startFromForegroundActivity()
308 mBroadcastIntent.putExtra(COMMON_FOREGROUND_ACTIVITY_EXTRAS.LAUNCH_INTENTS, in activity()
315 mLaunchIntent.putExtra(COMMON_FOREGROUND_ACTIVITY_EXTRAS.ACTIVITY_ID, id); in activity()
326 mLaunchIntent.putExtra(COMMON_FOREGROUND_ACTIVITY_EXTRAS.ALLOW_CROSS_UID, true); in allowCrossUidLaunch()
DActivitySecurityModelTest.java19 …tic android.server.wm.backgroundactivity.common.CommonComponents.COMMON_FOREGROUND_ACTIVITY_EXTRAS;
230 .withBroadcastExtra(COMMON_FOREGROUND_ACTIVITY_EXTRAS.FINISH_FIRST, true) in testTopFinishesThenLaunchesActivity_launchAllowed()