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