Searched refs:GENERIC_ID (Results 1 – 1 of 1) sorted by relevance
161 private static final String GENERIC_ID = Attendees._ID; field in CalendarProvider2165 GENERIC_ID,229 protected static final String SQL_WHERE_ID = GENERIC_ID + "=?";3722 Cursor reminders = mDb.query(Tables.REMINDERS, new String[] { GENERIC_ID }, in deleteReminders()3800 final int idIndex = c.getColumnIndex(GENERIC_ID); in updateEventRelatedTable()