Searched refs:SQL_WHERE_CALENDAR_ID (Results 1 – 1 of 1) sorted by relevance
77 private static final String SQL_WHERE_CALENDAR_ID = Events.CALENDAR_ID + "=?"; field in CalendarTest2359 int count = mContentResolver.update(uri, updateValues, SQL_WHERE_CALENDAR_ID, in testBulkUpdate()2365 SQL_WHERE_CALENDAR_ID, new String[] { calendarIdStr }, null); in testBulkUpdate()