HomeSort by relevance Sort by last modified time
    Searched defs:RECIPIENTS (Results 1 - 3 of 3) sorted by null

  /packages/apps/Mms/tests/src/com/android/mms/
InterceptSendSms.java 51 private static String RECIPIENTS = "4258365497,4258365496";
91 mRecipientsView.setText(RECIPIENTS);
139 assertEquals(semiSepRecipients, RECIPIENTS.replace(',', ';'));
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java 41 public static final int RECIPIENTS = 0x0A;
388 public static final int RECIPIENTS_PAGE = RECIPIENTS << PAGE_SHIFT;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 163 * address String The addresses of the recipients in current conversation.
279 private RecipientsEditor mRecipientsEditor; // UI control for editing recipients
280 private ImageButton mRecipientsPicker; // UI control for recipients picker
293 // think the message list is empty, thus show the recipients
300 private int mLastRecipientCount; // Used for warning the user on too many recipients.
345 private final static String RECIPIENTS = "recipients";
728 // The recipients editor is still open. Make sure we use what's showing there
1780 ContactList recipients = getRecipients(); local
2626 ContactList recipients = getRecipients(); local
3873 String recipients = bundle.getString(RECIPIENTS); local
4255 ContactList recipients = mConversation.getRecipients(); local
    [all...]

Completed in 94 milliseconds