HomeSort by relevance Sort by last modified time
    Searched defs:recipient (Results 1 - 25 of 35) sorted by null

1 2

  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportItem.java 25 String recipient; field in class:DeliveryReportItem
29 public DeliveryReportItem(String recipient, String status, String deliveryDate) {
30 this.recipient = recipient;
DeliveryReportActivity.java 218 String recipient = request.getRecipient(); local
219 recipient = (Mms.isEmailAddress(recipient))?
220 Mms.extractAddrSpec(recipient): PhoneNumberUtils.stripSeparators(recipient);
221 MmsReportStatus status = queryStatusByRecipient(reportStatus, recipient);
252 Map<String, MmsReportStatus> status, String recipient) {
257 if (Mms.isEmailAddress(recipient)) {
258 if (TextUtils.equals(r, recipient)) {
262 else if (PhoneNumberUtils.compare(r, recipient)) {
305 String recipient = c.getString(COLUMN_RECIPIENT); local
    [all...]
RecipientsEditor.java 111 // Remember the delimiter the user typed to end this recipient. We'll
148 // If the user is in the middle of editing an existing recipient, don't offer the
151 // recipient and the new post-editing recipient. As a precedent, gmail does not show
152 // the auto-complete menu when editing an existing recipient.
253 // Very tricky bug. In the recipient editor, we always leave a trailing
259 // recipient editor was still visible, call mRecipientsEditor.populate(recipients).
260 // This would replace the recipient that had a comma with a recipient
262 // recipient, this would eliminate the span inside the text. The span contains th
492 final Contact recipient; field in class:RecipientsEditor.RecipientContextMenuInfo
    [all...]
ComposeMessageActivity.java 249 private View mTopPanel; // View containing the recipient and subject editors
707 // the wrong recipient. We have been unable to reproduce this,
1685 String recipient = null; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogListItemHelper.java 91 final CharSequence recipient; local
93 recipient = details.name;
95 recipient = mPhoneNumberHelper.getDisplayNumber(
98 return mResources.getString(R.string.description_call, recipient);
  /frameworks/native/include/binder/
BpBinder.h 44 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
103 wp<DeathRecipient> recipient; member in struct:android::BpBinder::Obituary
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 79 byte recipient: 5; // Recipient of the request member in struct:__anon1469::__anon1470::__anon1471
  /external/tcpdump/
print-zephyr.c 53 const char *recipient; member in struct:z_packet
110 z_triple(char *class, char *inst, const char *recipient)
112 if (!*recipient)
113 recipient = "*";
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
171 PARSE_FIELD_STR(z.recipient);
306 if (!*z.recipient)
307 z.recipient = "*";
309 printf(" to %s", z_triple(z.class, z.inst, z.recipient));
  /frameworks/native/libs/binder/
BpBinder.cpp 174 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags)
177 ob.recipient = recipient;
181 LOG_ALWAYS_FATAL_IF(recipient == NULL,
182 "linkToDeath(): recipient must be non-NULL");
208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
220 if ((obit.recipient == recipient
221 || (recipient == NULL && obit.cookie == cookie))
225 *outRecipient = mObituaries->itemAt(i).recipient;
278 sp<DeathRecipient> recipient = obit.recipient.promote(); local
    [all...]
  /packages/apps/Mms/apptests/src/com/android/mms/tests/
SmsSendIntentTestActivity.java 107 String recipient = mRecipient.getText().toString(); local
108 if (TextUtils.isEmpty(recipient)) {
109 Toast.makeText(SmsSendIntentTestActivity.this, "Please enter a message recipient.",
128 Uri uri = Uri.fromParts("smsto", recipient, null);
137 String recipient = mRecipient.getText().toString(); local
138 if (TextUtils.isEmpty(recipient)) {
139 Toast.makeText(SmsSendIntentTestActivity.this, "Please enter a message recipient.",
157 Uri uri = Uri.fromParts("smsto", recipient, null);
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 114 String recipient = sb.toString().trim(); local
115 if (recipient.length() > 0) {
116 mRecipients.add(recipient);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
SmsTest.java 129 String recipient = sb.toString().trim(); local
130 if (recipient.length() > 0) {
131 mRecipientsList.add(recipient);
185 public void setRecipient(String recipient) {
186 mRecipient = recipient;
224 * @param recipientNumber the recipient number for this sms
LongThreadTest.java 118 String recipient = sb.toString().trim(); local
119 if (recipient.length() > 0) {
120 mRecipients.add(recipient);
366 public void setRecipient(String recipient) {
367 mRecipient = recipient;
414 for (String recipient : mRecipients) {
425 mSendMmsMessage.setRecipient(recipient);
428 mSendSmsMessage.setRecipient(recipient);
  /frameworks/base/core/java/android/os/
Binder.java 336 public void linkToDeath(DeathRecipient recipient, int flags) {
342 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
399 public native void linkToDeath(DeathRecipient recipient, int flags)
401 public native boolean unlinkToDeath(DeathRecipient recipient, int flags);
446 private static final void sendDeathNotice(DeathRecipient recipient) {
447 if (false) Log.v("JavaBinder", "sendDeathNotice to " + recipient);
449 recipient.binderDied();
  /frameworks/base/services/java/com/android/server/
TextServicesManagerService.java 299 final InternalDeathRecipient recipient = local
302 if (recipient == null) {
304 Slog.w(TAG, "Didn't create a death recipient.");
319 recipient.mScLocale, recipient.mScListener, bundle);
631 InternalDeathRecipient recipient = null; local
641 recipient = new InternalDeathRecipient(
643 scListener.asBinder().linkToDeath(recipient, 0);
644 mListeners.add(recipient);
650 return recipient;
    [all...]
  /external/openssl/crypto/pem/
pem.h 185 PEM_USER **recipient; member in struct:pem_ctx_st
  /external/openssl/include/openssl/
pem.h 185 PEM_USER **recipient; member in struct:pem_ctx_st
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 78 // new conversation where the recipient set is changing as the user
157 * Find the conversation matching the provided recipient set.
158 * When called with an empty recipient list, equivalent to {@link #createNew}.
230 * Returns true if the recipient in the uri matches the recipient list in this
250 String recipient = getRecipients(uri); local
251 incomingRecipient = ContactList.getByNumbers(recipient,
263 * The recipient list of this conversation can be empty if the results
453 // Invalidate thread ID because the recipient set has changed.
462 * Returns the recipient set of this conversation
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 952 milliseconds

1 2