Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DForegroundActivity.java22 …tatic android.server.wm.backgroundactivity.appa.Components.ForegroundActivity.LAUNCH_INTENTS_EXTRA;
53 Parcelable[] intents = intent.getParcelableArrayExtra(LAUNCH_INTENTS_EXTRA);
DComponents.java49 public static final String LAUNCH_INTENTS_EXTRA = "LAUNCH_INTENTS_EXTRA"; field in Components.ForegroundActivity
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java32 …tatic android.server.wm.backgroundactivity.appa.Components.ForegroundActivity.LAUNCH_INTENTS_EXTRA;
319 .putExtra(LAUNCH_INTENTS_EXTRA, new Intent[]{ new Intent() in testActivityNotBlockedFromBgActivityInFgTask()
591 broadcastIntent.putExtra(LAUNCH_INTENTS_EXTRA, intents); in getLaunchActivitiesBroadcast()