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

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

Completed in 25 milliseconds