HomeSort by relevance Sort by last modified time
    Searched refs:ContactLookupKey (Results 1 - 5 of 5) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLookupKeyTest.java 19 import com.android.providers.contacts.ContactLookupKey.LookupKeySegment;
31 * Unit tests for {@link ContactLookupKey}.
104 int accountHashCode1 = ContactLookupKey.getAccountHashCode("foo", "FOO");
105 int accountHashCode2 = ContactLookupKey.getAccountHashCode("bar", "BAR");
184 new int[]{ContactLookupKey.LOOKUP_TYPE_DISPLAY_NAME},
190 new int[]{ContactLookupKey.LOOKUP_TYPE_RAW_CONTACT_ID},
196 new int[]{ContactLookupKey.LOOKUP_TYPE_SOURCE_ID},
202 new int[]{ContactLookupKey.LOOKUP_TYPE_SOURCE_ID},
209 ContactLookupKey.LOOKUP_TYPE_DISPLAY_NAME,
210 ContactLookupKey.LOOKUP_TYPE_SOURCE_ID
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 27 public class ContactLookupKey {
ContactsProvider2.java 20 import com.android.providers.contacts.ContactLookupKey.LookupKeySegment;
    [all...]
ContactAggregator.java     [all...]
ContactsDatabaseHelper.java     [all...]

Completed in 967 milliseconds