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

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

Completed in 41 milliseconds