Home
last modified time | relevance | path

Searched refs:EXTRA_OPTIONS (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/tools/
H A Dart336 EXTRA_OPTIONS=()
363 EXTRA_OPTIONS+=(-XX:SlowDebug=true)
595 EXTRA_OPTIONS+=("-Xbootclasspath:$DEX2OAT_BCP")
598 EXTRA_OPTIONS+=("-Xbootclasspath-locations:$DEX2OAT_BCP_LOCS")
610 EXTRA_OPTIONS+=(-XjdwpProvider:none)
619 EXTRA_OPTIONS+=("$@")
633 ${EXTRA_OPTIONS[@]} \
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/
H A DActivityStarterActivity.java40 private static final String EXTRA_OPTIONS = field in ActivityStarterActivity
49 wrapperIntent.putExtra(EXTRA_OPTIONS, options); in createStartIntent()
67 Bundle options = intent.getParcelableExtra(EXTRA_OPTIONS); in onCreate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/chooser/
H A DChooserHelper.java38 final Bundle options = thisIntent.getParcelableExtra(ActivityTaskManager.EXTRA_OPTIONS); in onChoose()
/aosp12/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java887 public static final String EXTRA_OPTIONS = "options"; field in DocumentsContract
1713 in.putBundle(EXTRA_OPTIONS, options); in createWebLinkIntent()
H A DDocumentsProvider.java1151 final Bundle options = extras.getBundle(DocumentsContract.EXTRA_OPTIONS); in callUnchecked()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityTaskManager.java122 public static final String EXTRA_OPTIONS = "android.app.extra.OPTIONS"; field in ActivityTaskManager
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1353 chooserIntent.putExtra(ActivityTaskManager.EXTRA_OPTIONS, options);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45177 Landroid/provider/DocumentsContract;->EXTRA_OPTIONS:Ljava/lang/String;