Home
last modified time | relevance | path

Searched refs:COLUMN_NAME_ID (Results 1 – 2 of 2) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarCache.java47 public static final String COLUMN_NAME_ID = "_id"; field in CalendarCache
186 values.put(COLUMN_NAME_ID, key.hashCode()); in writeDataLocked()
DCalendarDatabaseHelper.java1019 CalendarCache.COLUMN_NAME_ID + " INTEGER PRIMARY KEY," + in createCalendarCacheTable()
1034 " (" + CalendarCache.COLUMN_NAME_ID + ", " + in initCalendarCacheTable()
1046 " (" + CalendarCache.COLUMN_NAME_ID + ", " + in updateCalendarCacheTable()
1058 " (" + CalendarCache.COLUMN_NAME_ID + ", " + in updateCalendarCacheTable()
1068 " (" + CalendarCache.COLUMN_NAME_ID + ", " + in updateCalendarCacheTable()