Home
last modified time | relevance | path

Searched refs:SQL_WHERE_CALENDAR_ID (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java77 private static final String SQL_WHERE_CALENDAR_ID = Events.CALENDAR_ID + "=?"; field in CalendarTest
2359 int count = mContentResolver.update(uri, updateValues, SQL_WHERE_CALENDAR_ID, in testBulkUpdate()
2365 SQL_WHERE_CALENDAR_ID, new String[] { calendarIdStr }, null); in testBulkUpdate()