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

/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java1539 * @param toEmails The list of emails for the 'to' line.
1544 String body, List<String> toEmails, List<String> ccEmails, String ownerAccount) {
1545 List<String> toList = toEmails;
1547 if (toEmails.size() <= 0) {
1551 throw new IllegalArgumentException("Both toEmails and ccEmails are empty.");
1543 createEmailAttendeesIntent(Resources resources, String eventTitle, String body, List<String> toEmails, List<String> ccEmails, String ownerAccount) argument

Completed in 3359 milliseconds