Home
last modified time | relevance | path

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

123456

/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.java1057 HashSet<String> recipients = new HashSet<String>(); in updateHeaders() local
1076 recipients.add(v.getString()); in updateHeaders()
1082 if (!recipients.isEmpty()) { in updateHeaders()
1083 long threadId = Threads.getOrCreateThreadId(mContext, recipients); in updateHeaders()
1334 HashSet<String> recipients = new HashSet<String>(); in persist() local
1346 loadRecipients(PduHeaders.FROM, recipients, addressMap, false); in persist()
1355 loadRecipients(PduHeaders.TO, recipients, addressMap, true); in persist()
1360 loadRecipients(PduHeaders.CC, recipients, addressMap, true); in persist()
1364 loadRecipients(PduHeaders.TO, recipients, addressMap, false); in persist()
1368 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/telephony/
DTelephony.java1900 Set<String> recipients = new HashSet<String>(); in getOrCreateThreadId() local
1902 recipients.add(recipient); in getOrCreateThreadId()
1903 return getOrCreateThreadId(context, recipients); in getOrCreateThreadId()
1917 Context context, Set<String> recipients) { in getOrCreateThreadId() argument
1920 for (String recipient : recipients) { in getOrCreateThreadId()
1945 Rlog.e(TAG, "getOrCreateThreadId failed with " + recipients.size() + " recipients"); in getOrCreateThreadId()
/frameworks/support/development/checkstyle/
DLICENSE41 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/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/data-binding/compiler/src/main/resources/
DNOTICE.txt161 (a) You must give any other recipients of the Work or
378 (a) You must give any other recipients of the Work or
642 (a) You must give any other recipients of the Work or
945 License or the recipients' rights hereunder. However, You may include
958 has been made available to such recipients. You are responsible for
1009 for the Source Code where You describe recipients' rights or ownership
1012 obligations to one or more recipients of Covered Code. However, You
1029 collateral in which You describe recipients' rights relating to the
1476 (a) You must give any other recipients of the Work or
1713 (a) You must give any other recipients of the Work or
/frameworks/support/
DLICENSE.txt95 (a) You must give any other recipients of the Work or
/frameworks/support/lifecycle/compiler/src/main/resources/
DNOTICE.txt100 (a) You must give any other recipients of the Work or
337 (a) You must give any other recipients of the Work or
547 (a) You must give any other recipients of the Work or
757 (a) You must give any other recipients of the Work or
967 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/codecs/mp3dec/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/data/fonts/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libeffects/loudness/
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/native/cmds/cmd/
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/drm/common/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/mtp/
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/base/core/res/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libeffects/lvm/wrapper/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/services/camera/libcameraservice/
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/native/cmds/rawbu/
DNOTICE107 (a) You must give any other recipients of the Work or

123456