Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DBmessage.java74 public ArrayList<VCardEntry> getRecipients() { in getRecipients() method in Bmessage
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DMessage.java71 public abstract Address[] getRecipients(String type) throws MessagingException; in getRecipients() method in Message
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientContent.java175 ArrayList<VCardEntry> recipients = message.getRecipients(); in parseLocalNumber()
471 List<VCardEntry> recipients = message.getRecipients(); in getRecipientsFromMessage()
496 List<VCardEntry> recipients = message.getRecipients(); in getFirstRecipientNumber()
H A DMceStateMachine.java815 Log.d(TAG, "Recipients" + message.getRecipients().toString()); in processInboundMessage()
853 ArrayList<VCardEntry> recipients = message.getRecipients(); in processInboundMessage()
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
H A DContactUtils.java74 public static List<Person> getRecipients( in getRecipients() method in ContactUtils
H A DConversationFetchUtil.java146 ContactUtils.getRecipients( in fetchParticipants()
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyBackupAgent.java954 threadId = getOrCreateThreadId(getRecipients(jsonReader));
981 private static Set<String> getRecipients(JsonReader jsonReader) throws IOException {
1090 threadId = getOrCreateThreadId(getRecipients(jsonReader));
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
H A DMimeMessage.java264 public Address[] getRecipients(String type) throws MessagingException { in getRecipients() method in MimeMessage
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessage.java896 public ArrayList<VCard> getRecipients() { in getRecipients() method in BluetoothMapbMessage
H A DBluetoothMapContentObserver.java2597 ArrayList<BluetoothMapbMessage.VCard> recipientList = msg.getRecipients(); in pushMessage()