Searched refs:EXTRA_ACTIVITY_OPTIONS (Results 1 – 3 of 3) sorted by relevance
65 public static final String EXTRA_ACTIVITY_OPTIONS = PACKAGE_NAME + ".extra.ACTIVITY_OPTIONS"; field in SuspendedAppActivity228 mOptions = intent.getBundleExtra(EXTRA_ACTIVITY_OPTIONS); in onCreate()372 .putExtra(EXTRA_ACTIVITY_OPTIONS, options) in createSuspendedAppInterceptIntent()
24 import static android.content.ClipDescription.EXTRA_ACTIVITY_OPTIONS;271 if (session.appData.hasExtra(EXTRA_ACTIVITY_OPTIONS)) { in launchApp()272 opts.putAll(session.appData.getBundleExtra(EXTRA_ACTIVITY_OPTIONS)); in launchApp()
126 public static final String EXTRA_ACTIVITY_OPTIONS = "android.intent.extra.ACTIVITY_OPTIONS"; field in ClipDescription