Home
last modified time | relevance | path

Searched refs:recipients (Results 1 – 25 of 150) sorted by relevance

123456

/frameworks/base/telephony/java/android/telephony/ims/
DRcsMessageStore.java219 public RcsGroupThread createGroupThread(@Nullable List<RcsParticipant> recipients, in createGroupThread() argument
222 if (recipients != null) { in createGroupThread()
223 recipientIds = new int[recipients.size()]; in createGroupThread()
225 for (int i = 0; i < recipients.size(); i++) { in createGroupThread()
226 recipientIds[i] = recipients.get(i).getId(); in createGroupThread()
/frameworks/native/services/surfaceflinger/
DClientCache.cpp115 for (auto& recipient : buf->recipients) { in erase()
151 buf->recipients.insert(recipient); in registerErasedRecipient()
164 buf->recipients.erase(recipient); in unregisterErasedRecipient()
183 for (auto& recipient : clientCacheBuffer.recipients) { in removeProcess()
DClientCache.h61 std::set<wp<ErasedRecipient>> recipients; member
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
DCamera2CaptureCallbackSplitter.java41 public Camera2CaptureCallbackSplitter(CaptureCallback... recipients) { in Camera2CaptureCallbackSplitter() argument
42 for (CaptureCallback listener : recipients) { in Camera2CaptureCallbackSplitter()
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduPersister.java1001 HashSet<String> recipients = new HashSet<String>(); in updateHeaders() local
1020 recipients.add(v.getString()); in updateHeaders()
1026 if (!recipients.isEmpty()) { in updateHeaders()
1027 long threadId = Threads.getOrCreateThreadId(mContext, recipients); in updateHeaders()
1278 HashSet<String> recipients = new HashSet<String>(); in persist() local
1290 loadRecipients(PduHeaders.FROM, recipients, addressMap, false); in persist()
1299 loadRecipients(PduHeaders.TO, recipients, addressMap, true); in persist()
1304 loadRecipients(PduHeaders.CC, recipients, addressMap, true); in persist()
1308 loadRecipients(PduHeaders.TO, recipients, addressMap, false); in persist()
1312 if (createThreadId && !recipients.isEmpty()) { in persist()
[all …]
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2436 DrawableRecipientChip[] recipients = getSortedRecipients(); in createMoreChip() local
2438 if (recipients == null || recipients.length <= CHIP_LIMIT) { in createMoreChip()
2443 int numRecipients = recipients.length; in createMoreChip()
2450 for (int i = numRecipients - overage; i < recipients.length; i++) { in createMoreChip()
2451 mHiddenSpans.add(recipients[i]); in createMoreChip()
2453 totalReplaceStart = spannable.getSpanStart(recipients[i]); in createMoreChip()
2455 if (i == recipients.length - 1) { in createMoreChip()
2456 totalReplaceEnd = spannable.getSpanEnd(recipients[i]); in createMoreChip()
2458 if (mTemporaryRecipients == null || !mTemporaryRecipients.contains(recipients[i])) { in createMoreChip()
2459 int spanStart = spannable.getSpanStart(recipients[i]); in createMoreChip()
[all …]
/frameworks/base/telephony/java/android/provider/
DTelephony.java2084 Set<String> recipients = new HashSet<String>(); in getOrCreateThreadId() local
2086 recipients.add(recipient); in getOrCreateThreadId()
2087 return getOrCreateThreadId(context, recipients); in getOrCreateThreadId()
2097 Context context, Set<String> recipients) { in getOrCreateThreadId() argument
2100 for (String recipient : recipients) { in getOrCreateThreadId()
2125 Rlog.e(TAG, "getOrCreateThreadId failed with " + recipients.size() + " recipients"); in getOrCreateThreadId()
/frameworks/ml/nn/runtime/
DNOTICE106 (a) You must give any other recipients of the Work or
288 (a) You must give any other recipients of the Work or
564 the terms of this License. You must inform recipients that the Source
567 attempt to alter or restrict the recipients' rights in the Source Code
575 Form, as described in Section 3.1, and You must inform recipients of
583 the recipients' rights in the Source Code Form under this License.
609 indemnity or liability obligations to one or more recipients of Covered
1008 (a) You must give any other recipients of the Work or
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt41 or for a fee, you must give the recipients all the rights that we gave
44 complete object files to the recipients, so that they can relink them
54 modified by someone else and passed on, the recipients should know
370 restrictions on the recipients' exercise of the rights granted herein.
/frameworks/native/cmds/service/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/id3/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/cmds/am/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/mediaserver/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/codecs/amrnb/common/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/packages/InputDevices/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/cmds/dpm/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/timedtext/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/media/jni/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/rtsp/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/codecs/on2/enc/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/extractors/mpeg2/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/extractors/midi/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/cmds/appops/
DNOTICE107 (a) You must give any other recipients of the Work or

123456