HomeSort by relevance Sort by last modified time
    Searched defs:ContactsSource (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/
ContactsSource.java 48 public abstract class ContactsSource {
93 * Ensure that this {@link ContactsSource} has been inflated to the
109 * Invalidate any cache for this {@link ContactsSource}, removing all
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 23 import com.android.contacts.model.ContactsSource;
28 import com.android.contacts.model.ContactsSource.DataKind;
29 import com.android.contacts.model.ContactsSource.EditType;
54 * Tests for {@link EntityModifier} to verify that {@link ContactsSource}
82 public static class MockContactsSource extends ContactsSource {
86 this.setInflatedLevel(ContactsSource.LEVEL_CONSTRAINTS);
141 * Build a {@link ContactsSource} that has various odd constraints for
144 protected ContactsSource getSource() {
145 final ContactsSource source = new MockContactsSource();
146 source.ensureInflated(getContext(), ContactsSource.LEVEL_CONSTRAINTS)
    [all...]
EntitySetTests.java 25 import com.android.contacts.model.ContactsSource;
84 * Build a {@link ContactsSource} that has various odd constraints for
87 protected ContactsSource getSource() {
88 final ContactsSource source = new MockContactsSource();
89 source.ensureInflated(getContext(), ContactsSource.LEVEL_CONSTRAINTS);
574 final ContactsSource source = getSource();

Completed in 27 milliseconds