Lines Matching refs:CONTENT_URI

166     public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
489 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
501 * @param cursor query on {@link #CONTENT_URI}
685 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars");
847 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees");
866 return cr.query(CONTENT_URI, projection, ATTENDEES_WHERE, attArgs /* selection args */,
1267 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1422 subCursor = mResolver.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,
1427 subCursor = mProvider.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,
1437 entity.addSubValue(Reminders.CONTENT_URI, reminderValues);
1444 subCursor = mResolver.query(Attendees.CONTENT_URI, ATTENDEES_PROJECTION,
1449 subCursor = mProvider.query(Attendees.CONTENT_URI, ATTENDEES_PROJECTION,
1471 entity.addSubValue(Attendees.CONTENT_URI, attendeeValues);
1478 subCursor = mResolver.query(ExtendedProperties.CONTENT_URI, EXTENDED_PROJECTION,
1483 subCursor = mProvider.query(ExtendedProperties.CONTENT_URI, EXTENDED_PROJECTION,
1497 entity.addSubValue(ExtendedProperties.CONTENT_URI, extendedValues);
1626 public static final Uri CONTENT_URI =
1739 Uri.Builder builder = CONTENT_URI.buildUpon();
1782 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1993 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY
2022 Uri.Builder builder = CONTENT_URI.buildUpon();
2084 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/reminders");
2102 return cr.query(CONTENT_URI, projection, REMINDERS_WHERE, remArgs /*selection args*/,
2212 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
2262 return cr.insert(CONTENT_URI, values);
2282 Cursor cursor = cr.query(CONTENT_URI, projection, WHERE_FINDNEXTALARMTIME,
2322 Cursor cursor = cr.query(CalendarAlerts.CONTENT_URI, projection,
2379 intent.setData(ContentUris.withAppendedId(CalendarContract.CONTENT_URI, alarmTime));
2404 Cursor cursor = cr.query(CONTENT_URI, projection, WHERE_ALARM_EXISTS,
2483 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/colors");
2526 public static final Uri CONTENT_URI =
2555 public static final Uri CONTENT_URI =
2556 Uri.withAppendedPath(CalendarContract.CONTENT_URI, CONTENT_DIRECTORY);