Home | History | Annotate | Download | only in browse

Lines Matching refs:conv

45         final ConversationInfo conv = createConversationInfo();
46 conv.addParticipant(new ParticipantInfo(null, "something@somewhere.com", 0, false));
51 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false);
57 final ConversationInfo conv = createConversationInfo();
58 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
63 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false);
69 final ConversationInfo conv = createConversationInfo();
70 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
71 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
76 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false);
83 final ConversationInfo conv = createConversationInfo();
84 conv.addParticipant(new ParticipantInfo("Something", "something@somewhere.com", 0, false));
85 conv.addParticipant(new ParticipantInfo("Something", "something@somewhere.com", 0, false));
91 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false);
128 final ConversationInfo conv = createConversationInfo();
129 conv.addParticipant(new ParticipantInfo("a", "a@a.com", 0, true));
130 conv.addParticipant(new ParticipantInfo("b", "b@b.com", 0, false));
131 conv.addParticipant(new ParticipantInfo("c", "c@c.com", 0, false));
139 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames,
148 final ConversationInfo conv = createConversationInfo();
149 conv.addParticipant(new ParticipantInfo("a", "a@a.com", 0, true));
150 conv.addParticipant(new ParticipantInfo("b", "", 0, false));
151 conv.addParticipant(new ParticipantInfo("c", "c@c.com", 0, false));
159 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames,
168 final ConversationInfo conv = createConversationInfo();
169 conv.addParticipant(new ParticipantInfo("a", "a@a.com", 0, true));
170 conv.addParticipant(new ParticipantInfo("b", "b@b.com", 0, true));
171 conv.addParticipant(new ParticipantInfo("c", "c@c.com", 0, true));
179 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames,
188 final ConversationInfo conv = createConversationInfo();
189 conv.addParticipant(new ParticipantInfo("a", "a@a.com", 0, true));
190 conv.addParticipant(new ParticipantInfo("b", "b@b.com", 0, true));
191 conv.addParticipant(new ParticipantInfo("c", "", 0, true));
199 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames,
208 final ConversationInfo conv = createConversationInfo();
209 conv.addParticipant(new ParticipantInfo("a", "a@a.com", 0, true));
210 conv.addParticipant(new ParticipantInfo("b", "b@b.com", 0, true));
212 conv.addParticipant(new ParticipantInfo("", "c@c.com", 0, true));
220 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames,
229 final ConversationInfo conv = createConversationInfo();
231 conv.addParticipant(new ParticipantInfo("", "a@a.com", 0, true));
239 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames,
252 final ConversationInfo conv = createConversationInfo();
253 conv.addParticipant(new ParticipantInfo("Andrew", "aholmes@awesome.com", 0, true));
254 conv.addParticipant(new ParticipantInfo("Andrew", "ajohnson@wicked.com", 0, true));
262 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames,