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

  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java 106 final Uri entityUri = Uri.withAppendedPath(baseUri, Contacts.Entity.CONTENT_DIRECTORY);
113 queries.fetchAllData(entityUri, contactId, rawContactId, dataId, lookupKey);
141 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY);
145 queries.fetchAllData(entityUri, contactId, rawContactId, dataId, lookupKey);
171 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY);
176 queries.fetchAllData(entityUri, contactId, rawContactId, dataId, lookupKey);
201 final Uri entityUri = Uri.withAppendedPath(lookupNoIdUri, Contacts.Entity.CONTENT_DIRECTORY);
205 queries.fetchAllData(entityUri, contactId, rawContactId, dataId, lookupKey);
230 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY);
234 queries.fetchAllData(entityUri, contactId, rawContactId, dataId, lookupKey)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDeltaList.java 60 public static RawContactDeltaList fromQuery(Uri entityUri, ContentResolver resolver,
63 resolver.query(entityUri, null, selection, selectionArgs, sortOrder));
ContactLoader.java 355 Uri entityUri = Uri.withAppendedPath(contactUri, Contacts.Entity.CONTENT_DIRECTORY);
356 Cursor cursor = resolver.query(entityUri, ContactQuery.COLUMNS, null, null,
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 138 milliseconds