Home | History | Annotate | Download | only in provider

Lines Matching refs:rawContactUri

2306      * Uri rawContactUri = getContentResolver().insert(RawContacts.CONTENT_URI, values);
2307 * long rawContactId = ContentUris.parseId(rawContactUri);
2394 * Uri rawContactUri = RawContacts.CONTENT_URI.buildUpon()
2398 * Cursor c1 = getContentResolver().query(rawContactUri,
2401 * Cursor c2 = getContentResolver().query(rawContactUri,
2410 * Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
2411 * Uri entityUri = Uri.withAppendedPath(rawContactUri, Entity.CONTENT_DIRECTORY);
2725 public static Uri getContactLookupUri(ContentResolver resolver, Uri rawContactUri) {
2727 final Uri dataUri = Uri.withAppendedPath(rawContactUri, Data.CONTENT_DIRECTORY);