Searched defs:GoldenContact (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java1279 public final class GoldenContact { class in class:BaseContactsProvider2Test
1301 private GoldenContact(GoldenContactBuilder builder, long rawContactId, long contactId) { method in class:BaseContactsProvider2Test.GoldenContact
1399 * Builds {@link GoldenContact} objects. Unspecified boolean objects default to false.
1495 * Builds the {@link GoldenContact} specified by this builder.
1497 public GoldenContact build() {
1525 return new GoldenContact(this, rawContactId, contactId);

Completed in 277 milliseconds