Searched refs:EXTRA_OPTIONS (Results 1 – 8 of 8) sorted by relevance
336 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[@]} \
40 private static final String EXTRA_OPTIONS = field in ActivityStarterActivity49 wrapperIntent.putExtra(EXTRA_OPTIONS, options); in createStartIntent()67 Bundle options = intent.getParcelableExtra(EXTRA_OPTIONS); in onCreate()
38 final Bundle options = thisIntent.getParcelableExtra(ActivityTaskManager.EXTRA_OPTIONS); in onChoose()
887 public static final String EXTRA_OPTIONS = "options"; field in DocumentsContract1713 in.putBundle(EXTRA_OPTIONS, options); in createWebLinkIntent()
1151 final Bundle options = extras.getBundle(DocumentsContract.EXTRA_OPTIONS); in callUnchecked()
122 public static final String EXTRA_OPTIONS = "android.app.extra.OPTIONS"; field in ActivityTaskManager
1353 chooserIntent.putExtra(ActivityTaskManager.EXTRA_OPTIONS, options);
45177 Landroid/provider/DocumentsContract;->EXTRA_OPTIONS:Ljava/lang/String;