Searched refs:GoldenContact (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() 127 private final GoldenContact contact; 294 private final GoldenContact contact; 306 public SuggestionTesterBuilder(GoldenContact contact) { in SuggestionTesterBuilder()
|
D | BaseContactsProvider2Test.java | 1324 public final class GoldenContact { class in BaseContactsProvider2Test 1346 private GoldenContact(GoldenContactBuilder builder, long rawContactId, long contactId) { in GoldenContact() method in BaseContactsProvider2Test.GoldenContact 1542 public GoldenContact build() { in build() 1570 return new GoldenContact(this, rawContactId, contactId); in build()
|