Searched defs:contact (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DProgressShower.java39 public ShowProgressRunnable(VCardEntry contact) { argument
40 mContact = contact;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGlobalSearchSupportTest.java51 // If the contact is not in the "my contacts" group, nothing should be found
58 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo(
60 new SuggestionTesterBuilder(contact).query("D").expectIcon1Uri(true).expectedText1(
65 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo(
67 new SuggestionTesterBuilder(contact).query("D").expectIcon1Uri(true).expectedText1(
72 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo(
74 new SuggestionTesterBuilder(contact).query("D").expectIcon1Uri(true).expectedText1(
79 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo(
81 new SuggestionTesterBuilder(contact).query("D").expectIcon1Uri(true).expectedIcon2(
87 GoldenContact contact
156 private final GoldenContact contact; field in class:GlobalSearchSupportTest.SuggestionTester
301 private final GoldenContact contact; field in class:GlobalSearchSupportTest.SuggestionTesterBuilder
313 SuggestionTesterBuilder(GoldenContact contact) argument
[all...]
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageListItem.java245 // Since we load the contact info in the background, on the first screenfull of
246 // messages, it's likely we haven't loaded the contact URI info yet. In that case,
361 private CharSequence formatMessage(MessageItem msgItem, String contact, String body, argument
368 new CharSequence[] { contact }));
H A DComposeMessageActivity.java269 private Intent mAddContactIntent; // Intent used to add a new contact
679 private boolean canAddToContacts(Contact contact) { argument
682 final String name = contact.getName();
683 if (!TextUtils.isEmpty(contact.getNumber())) {
684 char c = contact.getNumber().charAt(0);
696 MessageUtils.isLocalNumber(contact.getNumber()))) { // Handle "Me"
1920 // Update the fasttrack info in case any of the recipients' contact info changed
1922 // an avatar associated with a contact.
2271 // Only add the "View contact" menu item when there's a single recipient and that
2319 // Look for the first recipient we don't have a contact fo
[all...]

Completed in 153 milliseconds