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