Searched refs:EVENTS_RAW_TIMES (Results 1 – 2 of 2) sorted by relevance
144 public static final String EVENTS_RAW_TIMES = "EventsRawTimes"; field169 "DELETE FROM " + Tables.EVENTS_RAW_TIMES +332 mEventsRawTimesInserter = new DatabaseUtils.InsertHelper(db, Tables.EVENTS_RAW_TIMES); in onOpen()399 db.execSQL("CREATE TABLE " + Tables.EVENTS_RAW_TIMES + " (" + in bootstrapDB()
204 Tables.EVENTS_RAW_TIMES + ", " +3544 mDb.delete(Tables.EVENTS_RAW_TIMES, SQL_WHERE_EVENT_ID, selectionArgs); in deleteEventInternal()