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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java1941 testQueryCount(CalendarContract.Calendars.CONTENT_URI, null /* where */, 2);
1942 testQueryCount(CalendarContract.Events.CONTENT_URI, null /* where */, 2);
1949 testQueryCount(CalendarContract.Calendars.CONTENT_URI, null /* where */, 1);
1950 testQueryCount(CalendarContract.Events.CONTENT_URI, null /* where */, 1);
1958 testQueryCount(CalendarContract.Calendars.CONTENT_URI, null /* where */, 0);
1959 testQueryCount(CalendarContract.Events.CONTENT_URI, null /* where */, 0);
2224 private void testQueryCount(Uri uri, String where, int wanted) { method in class:CalendarProvider2Test
2298 testQueryCount(CalendarContract.Attendees.CONTENT_URI, "event_id=" + eventId, 1);
2309 testQueryCount(CalendarContract.Reminders.CONTENT_URI, "event_id=" + eventId, 1);
2330 testQueryCount(CalendarContrac
[all...]

Completed in 37 milliseconds