Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DForegroundActivity.java23 …r.wm.backgroundactivity.appa.Components.ForegroundActivity.LAUNCH_SECOND_BACKGROUND_ACTIVITY_EXTRA;
87 LAUNCH_SECOND_BACKGROUND_ACTIVITY_EXTRA, false); in onCreate()
DComponents.java41 public static final String LAUNCH_SECOND_BACKGROUND_ACTIVITY_EXTRA = field in Components.ForegroundActivity
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java33 …r.wm.backgroundactivity.appa.Components.ForegroundActivity.LAUNCH_SECOND_BACKGROUND_ACTIVITY_EXTRA;
358 intent.putExtra(LAUNCH_SECOND_BACKGROUND_ACTIVITY_EXTRA, true); in testSecondActivityNotBlockedWhenForegroundActivityLaunch()