Searched refs:PROGRAMS_TABLE (Results 1 – 4 of 4) sorted by relevance
142 db.execSQL("CREATE TABLE " + TvProvider.PROGRAMS_TABLE + " (" in onCreate()172 + TvProvider.PROGRAMS_TABLE in onCreate()175 + TvProvider.PROGRAMS_TABLE in onCreate()178 + TvProvider.PROGRAMS_TABLE in onCreate()181 + TvProvider.PROGRAMS_TABLE in onCreate()218 db.execSQL("DROP TABLE IF EXISTS " + TvProvider.PROGRAMS_TABLE); in onDowngrade()
95 static final String PROGRAMS_TABLE = "programs"; field in TvProvider118 + " INNER JOIN " + PROGRAMS_TABLE120 + PROGRAMS_TABLE + "." + Programs.COLUMN_CHANNEL_ID + ")";853 db.execSQL("CREATE TABLE " + PROGRAMS_TABLE + " (" in onCreate()894 db.execSQL("CREATE INDEX " + PROGRAMS_TABLE_PACKAGE_NAME_INDEX + " ON " + PROGRAMS_TABLE in onCreate()896 db.execSQL("CREATE INDEX " + PROGRAMS_TABLE_CHANNEL_ID_INDEX + " ON " + PROGRAMS_TABLE in onCreate()898 db.execSQL("CREATE INDEX " + PROGRAMS_TABLE_START_TIME_INDEX + " ON " + PROGRAMS_TABLE in onCreate()900 db.execSQL("CREATE INDEX " + PROGRAMS_TABLE_END_TIME_INDEX + " ON " + PROGRAMS_TABLE in onCreate()941 db.execSQL("DROP TABLE IF EXISTS " + PROGRAMS_TABLE); in onUpgrade()960 db.execSQL("ALTER TABLE " + PROGRAMS_TABLE + " ADD " in onUpgrade()[all …]
125 return TvProvider.PROGRAMS_TABLE; in getTableName()
84 static final String PROGRAMS_TABLE = "programs"; field in FakeTvProvider108 + PROGRAMS_TABLE114 + PROGRAMS_TABLE1075 + PROGRAMS_TABLE in onCreate()1153 + PROGRAMS_TABLE in onCreate()1161 + PROGRAMS_TABLE in onCreate()1169 + PROGRAMS_TABLE in onCreate()1177 + PROGRAMS_TABLE in onCreate()1249 db.execSQL("DROP TABLE IF EXISTS " + PROGRAMS_TABLE); in onUpgrade()1286 + PROGRAMS_TABLE in onUpgrade()[all …]