Lines Matching refs:CONTENT_URI

163     public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
493 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
505 * @param cursor query on {@link #CONTENT_URI}
693 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars");
856 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees");
875 return cr.query(CONTENT_URI, projection, ATTENDEES_WHERE, attArgs /* selection args */,
1276 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1434 subCursor = mResolver.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,
1439 subCursor = mProvider.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,
1449 entity.addSubValue(Reminders.CONTENT_URI, reminderValues);
1456 subCursor = mResolver.query(Attendees.CONTENT_URI, ATTENDEES_PROJECTION,
1461 subCursor = mProvider.query(Attendees.CONTENT_URI, ATTENDEES_PROJECTION,
1483 entity.addSubValue(Attendees.CONTENT_URI, attendeeValues);
1490 subCursor = mResolver.query(ExtendedProperties.CONTENT_URI, EXTENDED_PROJECTION,
1495 subCursor = mProvider.query(ExtendedProperties.CONTENT_URI, EXTENDED_PROJECTION,
1509 entity.addSubValue(ExtendedProperties.CONTENT_URI, extendedValues);
1639 public static final Uri CONTENT_URI =
1753 Uri.Builder builder = CONTENT_URI.buildUpon();
1796 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
2007 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY
2036 Uri.Builder builder = CONTENT_URI.buildUpon();
2098 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/reminders");
2116 return cr.query(CONTENT_URI, projection, REMINDERS_WHERE, remArgs /*selection args*/,
2226 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
2276 return cr.insert(CONTENT_URI, values);
2296 Cursor cursor = cr.query(CONTENT_URI, projection, WHERE_FINDNEXTALARMTIME,
2336 Cursor cursor = cr.query(CalendarAlerts.CONTENT_URI, projection,
2393 intent.setData(ContentUris.withAppendedId(CalendarContract.CONTENT_URI, alarmTime));
2418 Cursor cursor = cr.query(CONTENT_URI, projection, WHERE_ALARM_EXISTS,
2497 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/colors");
2540 public static final Uri CONTENT_URI =
2569 public static final Uri CONTENT_URI =
2570 Uri.withAppendedPath(CalendarContract.CONTENT_URI, CONTENT_DIRECTORY);