Searched refs:GoldenContactBuilder (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | GlobalSearchSupportTest.java | 71 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo( in testSearchSuggestionsByNameWithPhoto() 78 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo( in testSearchSuggestionsByEmailWithPhoto() 86 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google") in testSearchSuggestionsByName() 93 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").nickname( in testSearchByNickname() 100 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google") in testSearchByCompany() 107 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google") in testSearchByTitleWithCompany() 116 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo( in testSearchSuggestionsByPhoneNumberOnNonPhone()
|
D | BaseContactsProvider2Test.java | 1520 private GoldenContact(GoldenContactBuilder builder, long rawContactId, long contactId) { in GoldenContact() 1621 public final class GoldenContactBuilder { class in BaseContactsProvider2Test 1644 public GoldenContactBuilder name(String givenName, String familyName) { in name() 1651 public GoldenContactBuilder givenName(String value) { in givenName() 1659 public GoldenContactBuilder familyName(String value) { in familyName() 1667 public GoldenContactBuilder nickname(String value) { in nickname() 1675 public GoldenContactBuilder photo(byte[] value) { in photo() 1683 public GoldenContactBuilder company(String value) { in company() 1691 public GoldenContactBuilder title(String value) { in title() 1699 public GoldenContactBuilder phone(String value) { in phone() [all …]
|