Searched refs:mailto (Results 1 – 3 of 3) sorted by relevance
122 NdefRecord mailto = new NdefRecord(NdefRecord.TNF_WELL_KNOWN, NdefRecord.RTD_URI, in getMailtoNdef() local124 return new NdefMessage(new NdefRecord[] { mailto }); in getMailtoNdef()
501 public static void composeMailto(Context context, Account account, Uri mailto) { in composeMailto() argument502 final Intent intent = new Intent(Intent.ACTION_VIEW, mailto); in composeMailto()506 if (mailto != null) { in composeMailto()507 intent.setData(Utils.normalizeUri(mailto)); in composeMailto()
759 final String mailto = String.format("mailto:%s?cc=%s&subject=%s&body=%s", in testMailto() local764 Uri.parse(mailto)); in testMailto()