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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java140 final Uri rawContactUri = ContentUris.withAppendedId(
149 queries.fetchContactIdAndLookupFromRawContactUri(rawContactUri, CONTACT_ID, LOOKUP_KEY);
170 final Uri rawContactUri = ContentUris.withAppendedId(
179 mContactsProvider.expectTypeQuery(rawContactUri, RawContacts.CONTENT_ITEM_TYPE);
180 queries.fetchContactIdAndLookupFromRawContactUri(rawContactUri, CONTACT_ID, LOOKUP_KEY);
183 Contact contact = assertLoadContact(rawContactUri);
420 void fetchContactIdAndLookupFromRawContactUri(final Uri rawContactUri, argument
424 final Uri dataUri = Uri.withAppendedPath(rawContactUri,

Completed in 156 milliseconds