Home
last modified time | relevance | path

Searched refs:GoldenContact (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGlobalSearchSupportTest.java71 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()
128 private final GoldenContact contact;
295 private final GoldenContact contact;
307 public SuggestionTesterBuilder(GoldenContact contact) { in SuggestionTesterBuilder()
DBaseContactsProvider2Test.java1498 public final class GoldenContact { class in BaseContactsProvider2Test
1520 private GoldenContact(GoldenContactBuilder builder, long rawContactId, long contactId) { in GoldenContact() method in BaseContactsProvider2Test.GoldenContact
1716 public GoldenContact build() { in build()
1744 return new GoldenContact(this, rawContactId, contactId); in build()