HomeSort by relevance Sort by last modified time
    Searched defs:addParticipant (Results 1 - 5 of 5) sorted by null

  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
SendersFormattingTests.java 39 conv.addParticipant(new ParticipantInfo(null, "something@somewhere.com", 0, false));
50 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
61 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
62 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
74 conv.addParticipant(new ParticipantInfo("Something", "something@somewhere.com", 0, false));
75 conv.addParticipant(new ParticipantInfo("Something", "something@somewhere.com", 0, false));
88 before.addParticipant(new ParticipantInfo("****^****", null, 0, false));
103 before.addParticipant(new ParticipantInfo("Foo Bar", "foo@bar.com", 0, false));
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ConversationInfo.java 130 public void addParticipant(ParticipantInfo info) {
  /packages/apps/Email/src/com/android/email/provider/
EmailConversationCursor.java 216 conversationInfo.addParticipant(new ParticipantInfo(name, email, 0, isRead));
220 conversationInfo.addParticipant(new ParticipantInfo(senderString, senderEmail, 0,
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 234 info.addParticipant(new ParticipantInfo(i + "Test", "testsender@test.com", -1,
237 info.addParticipant(new ParticipantInfo(i + "sender@test.com", "sender@test.com",
240 info.addParticipant(new ParticipantInfo(" .. ", null, -1, false));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 97 milliseconds