Searched refs:GoldenContactBuilder (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | GlobalSearchSupportTest.java | 70 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo( in testSearchSuggestionsByNameWithPhoto() 77 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo( in testSearchSuggestionsByEmailWithPhoto() 85 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google") in testSearchSuggestionsByName() 92 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").nickname( in testSearchByNickname() 99 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google") in testSearchByCompany() 106 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google") in testSearchByTitleWithCompany() 115 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo( in testSearchSuggestionsByPhoneNumberOnNonPhone()
|
D | BaseContactsProvider2Test.java | 1422 private GoldenContact(GoldenContactBuilder builder, long rawContactId, long contactId) { in GoldenContact() 1523 public final class GoldenContactBuilder { class in BaseContactsProvider2Test 1546 public GoldenContactBuilder name(String givenName, String familyName) { in name() 1553 public GoldenContactBuilder givenName(String value) { in givenName() 1561 public GoldenContactBuilder familyName(String value) { in familyName() 1569 public GoldenContactBuilder nickname(String value) { in nickname() 1577 public GoldenContactBuilder photo(byte[] value) { in photo() 1585 public GoldenContactBuilder company(String value) { in company() 1593 public GoldenContactBuilder title(String value) { in title() 1601 public GoldenContactBuilder phone(String value) { in phone() [all …]
|