Searched refs:makeRecipientArray (Results 1 – 1 of 1) sorted by relevance
32 String[] to = makeRecipientArray("TO", 60); in testRecipientSummaryLongTo()33 String[] cc = makeRecipientArray("CC", 60); in testRecipientSummaryLongTo()44 String[] to = makeRecipientArray("TO", 20); in testRecipientSummaryLongMultipleLists()45 String[] cc = makeRecipientArray("CC", 10); in testRecipientSummaryLongMultipleLists()46 String[] bcc = makeRecipientArray("BB", 60); in testRecipientSummaryLongMultipleLists()59 private static String[] makeRecipientArray(String prefix, int len) { in makeRecipientArray() method in MessageHeaderViewTest