Searched refs:PROGRAMS_TABLE (Results 1 – 1 of 1) sorted by relevance
87 private static final String PROGRAMS_TABLE = "programs"; field in TvProvider102 + " INNER JOIN " + PROGRAMS_TABLE104 + PROGRAMS_TABLE + "." + Programs.COLUMN_CHANNEL_ID + ")";444 db.execSQL("CREATE TABLE " + PROGRAMS_TABLE + " (" in onCreate()479 db.execSQL("CREATE INDEX " + PROGRAMS_TABLE_PACKAGE_NAME_INDEX + " ON " + PROGRAMS_TABLE in onCreate()481 db.execSQL("CREATE INDEX " + PROGRAMS_TABLE_CHANNEL_ID_INDEX + " ON " + PROGRAMS_TABLE in onCreate()483 db.execSQL("CREATE INDEX " + PROGRAMS_TABLE_START_TIME_INDEX + " ON " + PROGRAMS_TABLE in onCreate()485 db.execSQL("CREATE INDEX " + PROGRAMS_TABLE_END_TIME_INDEX + " ON " + PROGRAMS_TABLE in onCreate()521 db.execSQL("DROP TABLE IF EXISTS " + PROGRAMS_TABLE); in onUpgrade()541 db.execSQL("ALTER TABLE " + PROGRAMS_TABLE + " ADD " in onUpgrade()[all …]