Searched refs:GoldenContactBuilder (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGlobalSearchSupportTest.java70 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo(
77 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo(
85 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google")
92 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").nickname(
99 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google")
106 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google")
115 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo(
H A DBaseContactsProvider2Test.java1277 * {@link GoldenContactBuilder#build()}.
1301 private GoldenContact(GoldenContactBuilder builder, long rawContactId, long contactId) {
1402 public final class GoldenContactBuilder { class in class:BaseContactsProvider2Test
1425 public GoldenContactBuilder name(String givenName, String familyName) {
1432 public GoldenContactBuilder givenName(String value) {
1440 public GoldenContactBuilder familyName(String value) {
1448 public GoldenContactBuilder nickname(String value) {
1456 public GoldenContactBuilder photo(byte[] value) {
1464 public GoldenContactBuilder company(String value) {
1472 public GoldenContactBuilder titl
[all...]

Completed in 81 milliseconds