Home
last modified time | relevance | path

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

12345

/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/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2100 DrawableRecipientChip[] recipients = getSortedRecipients(); in createMoreChip() local
2102 if (recipients == null || recipients.length <= CHIP_LIMIT) { in createMoreChip()
2107 int numRecipients = recipients.length; in createMoreChip()
2114 for (int i = numRecipients - overage; i < recipients.length; i++) { in createMoreChip()
2115 mRemovedSpans.add(recipients[i]); in createMoreChip()
2117 totalReplaceStart = spannable.getSpanStart(recipients[i]); in createMoreChip()
2119 if (i == recipients.length - 1) { in createMoreChip()
2120 totalReplaceEnd = spannable.getSpanEnd(recipients[i]); in createMoreChip()
2122 if (mTemporaryRecipients == null || !mTemporaryRecipients.contains(recipients[i])) { in createMoreChip()
2123 int spanStart = spannable.getSpanStart(recipients[i]); in createMoreChip()
[all …]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduPersister.java1058 HashSet<String> recipients = new HashSet<String>(); in updateHeaders() local
1077 recipients.add(v.getString()); in updateHeaders()
1083 if (!recipients.isEmpty()) { in updateHeaders()
1084 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/telephony/src/java/android/provider/
DTelephony.java1800 Set<String> recipients = new HashSet<String>(); in getOrCreateThreadId() local
1802 recipients.add(recipient); in getOrCreateThreadId()
1803 return getOrCreateThreadId(context, recipients); in getOrCreateThreadId()
1817 Context context, Set<String> recipients) { in getOrCreateThreadId() argument
1820 for (String recipient : recipients) { in getOrCreateThreadId()
1845 Rlog.e(TAG, "getOrCreateThreadId failed with " + recipients.size() + " recipients"); in getOrCreateThreadId()
/frameworks/base/docs/html/distribute/users/
Dapp-invites.jd35 <li>Invites can include graphics or videos to make them more appealing to recipients.</li>
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dsending.jd110 emailIntent.putExtra(Intent.EXTRA_EMAIL, new String[] {"jon@example.com"}); // recipients
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dsending.jd110 emailIntent.putExtra(Intent.EXTRA_EMAIL, new String[] {"jon@example.com"}); // recipients
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dsending.jd110 emailIntent.putExtra(Intent.EXTRA_EMAIL, new String[] {"jon@example.com"}); // recipients
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dsending.jd110 emailIntent.putExtra(Intent.EXTRA_EMAIL, new String[] {"jon@example.com"}); // recipients
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
Dsending.jd110 emailIntent.putExtra(Intent.EXTRA_EMAIL, new String[] {"jon@example.com"}); // recipients
/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/av/media/libeffects/lvm/wrapper/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libeffects/preprocessing/
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/drm/drmserver/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/libs/storage/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/tools/aidl/
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/libstagefright/yuv/
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/cmds/stagefright/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/libs/hwui/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/drm/libdrmframework/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/drm/libdrmframework/plugins/common/util/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/packages/FakeOemFeatures/
DNOTICE107 (a) You must give any other recipients of the Work or

12345