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

  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 785 std::string mailto = std::string("mailto:?subject=Fwd:%20") + local
787 platform_util::OpenExternal(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 868 milliseconds