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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java1928 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) { method in class:CalendarProvider2Test
2235 testQueryCount(CalendarContract.Attendees.CONTENT_URI, "event_id=" + eventId, 1);
2246 testQueryCount(CalendarContract.Reminders.CONTENT_URI, "event_id=" + eventId, 1);
2267 testQueryCount(CalendarContrac
[all...]

Completed in 37 milliseconds