OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mailto
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/
browser_commands.cc
816
std::string
mailto
= std::string("
mailto
:?subject=Fwd:%20") +
local
818
platform_util::OpenExternal(browser->profile(), GURL(
mailto
));
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java
65
* The account name currently in use. Used to construct the NFC
mailto
: message. This needs
85
* Returns an NDEF message with a single
mailto
URI record
95
byte prefix = 0x06; //
mailto
:
99
NdefRecord
mailto
= new NdefRecord(NdefRecord.TNF_WELL_KNOWN, NdefRecord.RTD_URI,
local
101
return new NdefMessage(new NdefRecord[] {
mailto
});
Completed in 174 milliseconds