Searched refs:spaceSepIds (Results 1 – 2 of 2) sorted by relevance
72 public static ContactList getByIds(String spaceSepIds, boolean canBlock) { in getByIds() argument74 for (RecipientIdCache.Entry entry : RecipientIdCache.getAddresses(spaceSepIds)) { in getByIds()
102 public static List<Entry> getAddresses(String spaceSepIds) { in getAddresses() argument105 String[] ids = spaceSepIds.split(" "); in getAddresses()