Searched refs:PREVIEW_PROGRAMS_TABLE (Results 1 – 5 of 5) sorted by relevance
86 static final String PREVIEW_PROGRAMS_TABLE = "preview_programs"; field in FakeTvProvider738 + PREVIEW_PROGRAMS_TABLE850 + PREVIEW_PROGRAMS_TABLE856 + PREVIEW_PROGRAMS_TABLE1418 db.execSQL("DROP TABLE IF EXISTS " + PREVIEW_PROGRAMS_TABLE); in onUpgrade()1545 case PREVIEW_PROGRAMS_TABLE: in query()1719 long rowId = db.insert(PREVIEW_PROGRAMS_TABLE, null, values); in insertPreviewProgram()1818 } else if (params.getTables().equals(PREVIEW_PROGRAMS_TABLE)) { in update()1869 updateProjectionMap(db, PREVIEW_PROGRAMS_TABLE, sPreviewProgramProjectionMap); in initOnOpenIfNeeded()2058 params.setTables(PREVIEW_PROGRAMS_TABLE); in createSqlParams()
97 static final String PREVIEW_PROGRAMS_TABLE = "preview_programs"; field in TvProvider661 "CREATE TABLE " + PREVIEW_PROGRAMS_TABLE + " ("718 "CREATE INDEX preview_programs_package_name_index ON " + PREVIEW_PROGRAMS_TABLE721 "CREATE INDEX preview_programs_id_index ON " + PREVIEW_PROGRAMS_TABLE1016 db.execSQL("DROP TABLE IF EXISTS " + PREVIEW_PROGRAMS_TABLE); in onUpgrade()1061 if (!getColumnNames(db, PREVIEW_PROGRAMS_TABLE) in onUpgrade()1063 db.execSQL("ALTER TABLE " + PREVIEW_PROGRAMS_TABLE + " ADD " in onUpgrade()1287 tableName = PREVIEW_PROGRAMS_TABLE; in call()1399 case PREVIEW_PROGRAMS_TABLE: in query()1572 long rowId = db.insert(PREVIEW_PROGRAMS_TABLE, null, values); in insertPreviewProgram()[all …]
87 db.delete(TvProvider.PREVIEW_PROGRAMS_TABLE, PreviewPrograms.COLUMN_TRANSIENT + "=1", null); in ensureOldTransientRowsDeleted()
128 return TvProvider.PREVIEW_PROGRAMS_TABLE; in getTableName()
215 db.execSQL("DROP TABLE IF EXISTS " + TvProvider.PREVIEW_PROGRAMS_TABLE); in onDowngrade()