Searched refs:COMMON_FOREGROUND_ACTIVITY_EXTRAS (Results 1 – 3 of 3) sorted by relevance
32 public static final CommonForegroundActivityExtras COMMON_FOREGROUND_ACTIVITY_EXTRAS = field in CommonComponents
23 …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()
19 …tic android.server.wm.backgroundactivity.common.CommonComponents.COMMON_FOREGROUND_ACTIVITY_EXTRAS;230 .withBroadcastExtra(COMMON_FOREGROUND_ACTIVITY_EXTRAS.FINISH_FIRST, true) in testTopFinishesThenLaunchesActivity_launchAllowed()