Lines Matching refs:testQueryCount

1928         testQueryCount(CalendarContract.Calendars.CONTENT_URI, null /* where */, 2);
1929 testQueryCount(CalendarContract.Events.CONTENT_URI, null /* where */, 2);
1936 testQueryCount(CalendarContract.Calendars.CONTENT_URI, null /* where */, 1);
1937 testQueryCount(CalendarContract.Events.CONTENT_URI, null /* where */, 1);
1945 testQueryCount(CalendarContract.Calendars.CONTENT_URI, null /* where */, 0);
1946 testQueryCount(CalendarContract.Events.CONTENT_URI, null /* where */, 0);
2161 private void testQueryCount(Uri uri, String where, int wanted) {
2235 testQueryCount(CalendarContract.Attendees.CONTENT_URI, "event_id=" + eventId, 1);
2246 testQueryCount(CalendarContract.Reminders.CONTENT_URI, "event_id=" + eventId, 1);
2267 testQueryCount(CalendarContract.CalendarAlerts.CONTENT_URI, "event_id=" + eventId, 1);
2281 testQueryCount(CalendarContract.ExtendedProperties.CONTENT_URI,
2304 testQueryCount(CalendarContract.Attendees.CONTENT_URI, "event_id=" + eventId, 1);
2315 testQueryCount(CalendarContract.CalendarAlerts.CONTENT_URI, "event_id=" + eventId, 1);
2326 testQueryCount(CalendarContract.ExtendedProperties.CONTENT_URI,
2336 testQueryCount(CalendarContract.Attendees.CONTENT_URI, "event_id=" + eventId, 0);
2343 testQueryCount(CalendarContract.Reminders.CONTENT_URI, "event_id=" + eventId, 0);
2351 testQueryCount(CalendarContract.CalendarAlerts.CONTENT_URI, "event_id=" + eventId, 0);
2359 testQueryCount(CalendarContract.ExtendedProperties.CONTENT_URI, "event_id=" + eventId, 1);
2376 testQueryCount(CalendarContract.Events.CONTENT_URI, null, 2);
2381 testQueryCount(CalendarContract.Calendars.CONTENT_URI, null, 0);
2383 testQueryCount(CalendarContract.Events.CONTENT_URI, null, 0);
2395 testQueryCount(CalendarContract.Events.CONTENT_URI, null, 2);
2402 testQueryCount(eventsWithAccount, null, 1);
2412 testQueryCount(CalendarContract.Events.CONTENT_URI, null, 2);
2418 testQueryCount(CalendarContract.Events.CONTENT_URI, null, 1);
2951 testQueryCount(CalendarContract.Calendars.CONTENT_URI, null /* where */, 1);
2952 testQueryCount(CalendarContract.Events.CONTENT_URI, null /* where */, 1);