Searched refs:getRecipients (Results 1 – 7 of 7) sorted by relevance
74 public ArrayList<VCardEntry> getRecipients() { in getRecipients() method in Bmessage
71 public abstract Address[] getRecipients(String type) throws MessagingException; in getRecipients() method in Message
811 threadId = getOrCreateThreadId(getRecipients(jsonReader));836 private static Set<String> getRecipients(JsonReader jsonReader) throws IOException {939 threadId = getOrCreateThreadId(getRecipients(jsonReader));
774 Log.d(TAG, "Recipients" + message.getRecipients().toString()); in processInboundMessage()812 ArrayList<VCardEntry> recipients = message.getRecipients(); in processInboundMessage()
264 public Address[] getRecipients(String type) throws MessagingException { in getRecipients() method in MimeMessage
896 public ArrayList<VCard> getRecipients() { in getRecipients() method in BluetoothMapbMessage
2595 ArrayList<BluetoothMapbMessage.VCard> recipientList = msg.getRecipients(); in pushMessage()