Home
last modified time | relevance | path

Searched refs:LAUNCH_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.java21 …d.server.wm.backgroundactivity.appa.Components.ForegroundActivity.LAUNCH_BACKGROUND_ACTIVITY_EXTRA;
67 boolean launchBackground = intent.getBooleanExtra(LAUNCH_BACKGROUND_ACTIVITY_EXTRA, false); in onCreate()
DComponents.java39 public static final String LAUNCH_BACKGROUND_ACTIVITY_EXTRA = field in Components.ForegroundActivity
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java31 …d.server.wm.backgroundactivity.appa.Components.ForegroundActivity.LAUNCH_BACKGROUND_ACTIVITY_EXTRA;
238 intent.putExtra(LAUNCH_BACKGROUND_ACTIVITY_EXTRA, true); in testActivityNotBlockedWhenForegroundActivityLaunch()
278 intent.putExtra(LAUNCH_BACKGROUND_ACTIVITY_EXTRA, true); in testActivityBlockedWhenLaunchedAfterHomePress()
357 intent.putExtra(LAUNCH_BACKGROUND_ACTIVITY_EXTRA, true); in testSecondActivityNotBlockedWhenForegroundActivityLaunch()