HomeSort by relevance Sort by last modified time
    Searched defs:extra_text (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.h 147 const base::string16& extra_text,
162 base::string16 extra_text; member in struct:autofill::SuggestionState
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 101 CharSequence extra_text = intent.getCharSequenceExtra(Intent.EXTRA_TEXT); local
105 // EXTRA_TEXT, we will try send this TEXT out; Currently in
123 } else if (extra_text != null && type != null) {
124 if (V) Log.v(TAG, "Get ACTION_SEND intent with Extra_text = "
125 + extra_text.toString() + "; mimetype = " + type);
126 final Uri fileUri = creatFileForSharedContent(this, extra_text);

Completed in 397 milliseconds