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

  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
SendersFormattingTests.java 46 conv.addParticipant(new ParticipantInfo(null, "something@somewhere.com", 0, false));
58 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
70 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
71 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
84 conv.addParticipant(new ParticipantInfo("Something", "something@somewhere.com", 0, false));
85 conv.addParticipant(new ParticipantInfo("Something", "something@somewhere.com", 0, false));
99 before.addParticipant(new ParticipantInfo("****^****", null, 0, false));
114 before.addParticipant(new ParticipantInfo("Foo Bar", "foo@bar.com", 0, false));
129 conv.addParticipant(new ParticipantInfo("a", "a@a.com", 0, true));
130 conv.addParticipant(new ParticipantInfo("b", "b@b.com", 0, false))
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
ParticipantRefreshTest.java 76 private void addParticipant(final String normalizedDestination, final long contactId,
147 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED,
161 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED,
176 addParticipant("650-123-1233", 1, "Joh", "content://photo/joh");
189 addParticipant("650-123-1233", 1, "Joh", "content://photo/joh");
202 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND,
217 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND,
231 addParticipant("650-123-1233", 1, "Joh", "content://photo/joh");
245 addParticipant("650-123-1233", 2, "Joh", "content://photo/joh");
259 addParticipant("650-123-1233", 3, "Joh", "content://photo/joh")
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ConversationInfo.java 130 public void addParticipant(ParticipantInfo info) {
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailConversationCursor.java 213 conversationInfo.addParticipant(new ParticipantInfo(name, email, 0, isRead));
217 conversationInfo.addParticipant(new ParticipantInfo(senderString, senderEmail, 0,
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/model/
Chat.java 101 public void addParticipant(Profile participant) {
  /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/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14.1/
gradle-tooling-api-2.14.1.jar 

Completed in 416 milliseconds