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