Home | History | Annotate | Download | only in utility

Lines Matching refs:account

28 import com.android.emailcommon.provider.Account;
285 // Create a dummy account for the attendee
286 Account account = new Account();
287 account.mEmailAddress = ATTENDEE;
294 Message.FLAG_OUTGOING_MEETING_ACCEPT, uid, account);
331 // Create a dummy account for the attendee
332 Account account = new Account();
333 account.mEmailAddress = ORGANIZER;
340 Message.FLAG_OUTGOING_MEETING_INVITE, uid, account);
393 // Create a dummy account for the attendee
394 Account account = new Account();
395 account.mEmailAddress = ORGANIZER;
402 Message.FLAG_OUTGOING_MEETING_INVITE, uid, account);
459 // Create a dummy account for the attendee
460 Account account = new Account();
461 account.mEmailAddress = ORGANIZER;
468 Message.FLAG_OUTGOING_MEETING_INVITE, uid, account);
540 // Create a dummy account for the attendee
541 Account account = new Account();
542 account.mEmailAddress = ORGANIZER;
549 Message.FLAG_OUTGOING_MEETING_CANCEL, uid, account);