Searched refs:EXTRA_ACTIVITY_OPTIONS (Results 1 – 3 of 3) sorted by relevance
61 public static final String EXTRA_ACTIVITY_OPTIONS = PACKAGE_NAME + ".extra.ACTIVITY_OPTIONS"; field in SuspendedAppActivity213 mOptions = intent.getBundleExtra(EXTRA_ACTIVITY_OPTIONS); in onCreate()343 .putExtra(EXTRA_ACTIVITY_OPTIONS, options) in createSuspendedAppInterceptIntent()
25 import static android.content.ClipDescription.EXTRA_ACTIVITY_OPTIONS;267 final Bundle opts = intent.hasExtra(EXTRA_ACTIVITY_OPTIONS) in startClipDescription()268 ? intent.getBundleExtra(EXTRA_ACTIVITY_OPTIONS) : new Bundle(); in startClipDescription()
125 public static final String EXTRA_ACTIVITY_OPTIONS = "android.intent.extra.ACTIVITY_OPTIONS"; field in ClipDescription