Searched defs:mailto (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java163 private static final String MAIL_TO = "mailto";
471 public static void composeMailto(Context context, Account account, Uri mailto) { argument
472 final Intent intent = new Intent(Intent.ACTION_VIEW, mailto);
476 if (mailto != null) {
477 intent.setData(Utils.normalizeUri(mailto));
1654 LogUtils.e(LOG_TAG, e, "Exception while decoding mailto address");
1705 int length = "mailto".length() + 1;
1708 // Extract the recipient after mailto:
1721 LogUtils.e(LOG_TAG, e, "Exception while decoding mailto address");

Completed in 67 milliseconds