Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduPersister.java1020 HashSet<String> recipients = new HashSet<String>(); in updateHeaders() local
1039 recipients.add(v.getString()); in updateHeaders()
1045 if (!recipients.isEmpty()) { in updateHeaders()
1299 HashSet<String> recipients = new HashSet<String>(); in persist() local
1333 if (createThreadId && !recipients.isEmpty()) { in persist()
1336 threadId = Threads.getOrCreateThreadId(mContext, recipients); in persist()
1436 private void loadRecipients(int addressType, HashSet<String> recipients, in loadRecipients() argument
1466 && !recipients.contains(number)) { in loadRecipients()
1468 recipients.add(number); in loadRecipients()
1472 } else if (!recipients.contains(number)){ in loadRecipients()
[all …]
/aosp14/frameworks/base/core/java/android/provider/
H A DTelephony.java2194 Set<String> recipients = new HashSet<String>(); in getOrCreateThreadId() local
2196 recipients.add(recipient); in getOrCreateThreadId()
2197 return getOrCreateThreadId(context, recipients); in getOrCreateThreadId()
2207 Context context, Set<String> recipients) { in getOrCreateThreadId() argument
2210 for (String recipient : recipients) { in getOrCreateThreadId()
2235 Rlog.e(TAG, "getOrCreateThreadId failed with " + recipients.size() + " recipients"); in getOrCreateThreadId()
/aosp14/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java403 ArraySet<IBinder.DeathRecipient> recipients = mClientDeathRecipient.get(token); in registerDeathRecipient() local
404 recipients.add(recipient); in registerDeathRecipient()
412 ArraySet<IBinder.DeathRecipient> recipients = mClientDeathRecipient.get(token); in unregisterDeathRecipient() local
413 recipients.remove(recipient); in unregisterDeathRecipient()
/aosp14/frameworks/base/cmds/pm/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/cmds/uinput/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/cmds/wm/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/data/fonts/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/packages/SettingsProvider/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/packages/CompanionDeviceManager/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/identity/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/packages/ExtShared/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/packages/FusedLocation/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/keystore/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/packages/SystemUI/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/packages/WAPPushManager/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/media/jni/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/media/jni/soundpool/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/cmds/am/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/cmds/appops/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/cmds/appwidget/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/cmds/bmgr/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/cmds/bu/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/cmds/content/
H A DNOTICE107 (a) You must give any other recipients of the Work or
/aosp14/frameworks/base/cmds/dpm/
H A DNOTICE107 (a) You must give any other recipients of the Work or

123