Home
last modified time | relevance | path

Searched refs:getRecipients (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DBmessage.java74 public ArrayList<VCardEntry> getRecipients() { in getRecipients() method in Bmessage
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMessage.java71 public abstract Address[] getRecipients(String type) throws MessagingException; in getRecipients() method in Message
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java811 threadId = getOrCreateThreadId(getRecipients(jsonReader));
836 private static Set<String> getRecipients(JsonReader jsonReader) throws IOException {
939 threadId = getOrCreateThreadId(getRecipients(jsonReader));
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java774 Log.d(TAG, "Recipients" + message.getRecipients().toString()); in processInboundMessage()
812 ArrayList<VCardEntry> recipients = message.getRecipients(); in processInboundMessage()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DMimeMessage.java264 public Address[] getRecipients(String type) throws MessagingException { in getRecipients() method in MimeMessage
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java896 public ArrayList<VCard> getRecipients() { in getRecipients() method in BluetoothMapbMessage
DBluetoothMapContentObserver.java2595 ArrayList<BluetoothMapbMessage.VCard> recipientList = msg.getRecipients(); in pushMessage()