OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extra_text
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java
92
CharSequence
extra_text
= intent.getCharSequenceExtra(Intent.
EXTRA_TEXT
);
local
96
//
EXTRA_TEXT
, we will try send this TEXT out; Currently in
114
} else if (
extra_text
!= null && type != null) {
115
if (V) Log.v(TAG, "Get ACTION_SEND intent with
Extra_text
= "
116
+
extra_text
.toString() + "; mimetype = " + type);
117
final Uri fileUri = creatFileForSharedContent(this,
extra_text
);
/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
Completed in 32 milliseconds