Searched defs:getRecipients (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DBmessage.java74 public ArrayList<VCardEntry> getRecipients() { method in class:Bmessage
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DMessage.java71 public abstract Address[] getRecipients(String type) throws MessagingException; method in class:Message
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DMessage.java67 public abstract Address[] getRecipients(RecipientType type) throws MessagingException; method in class:Message
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessage.java868 public ArrayList<vCard> getRecipients() { method in class:BluetoothMapbMessage
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
H A DMimeMessage.java264 public Address[] getRecipients(String type) throws MessagingException { method in class:MimeMessage
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
H A DMimeMessage.java250 public Address[] getRecipients(RecipientType type) throws MessagingException { method in class:MimeMessage
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyBackupAgent.java811 threadId = getOrCreateThreadId(getRecipients(jsonReader));
836 private static Set<String> getRecipients(JsonReader jsonReader) throws IOException { method in class:TelephonyBackupAgent
939 threadId = getOrCreateThreadId(getRecipients(jsonReader));

Completed in 472 milliseconds