Home
last modified time | relevance | path

Searched refs:PROGRAMS_TABLE (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/providers/TvProvider/tests/src/com/android/providers/tv/
H A DDatabaseHelperTest.java142 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()
/aosp12/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java95 static final String PROGRAMS_TABLE = "programs"; field in TvProvider
118 + " INNER JOIN " + PROGRAMS_TABLE
1041 if (!getColumnNames(db, PROGRAMS_TABLE) in onUpgrade()
1046 if (!getColumnNames(db, PROGRAMS_TABLE) in onUpgrade()
1051 if (!getColumnNames(db, PROGRAMS_TABLE) in onUpgrade()
1283 tableName = PROGRAMS_TABLE; in call()
1388 case PROGRAMS_TABLE: in query()
1501 long rowId = db.insert(PROGRAMS_TABLE, null, values); in insertProgram()
1867 params.setTables(PROGRAMS_TABLE); in createSqlParams()
1884 params.setTables(PROGRAMS_TABLE); in createSqlParams()
[all …]
H A DBootCompletedReceiver.java125 return TvProvider.PROGRAMS_TABLE; in getTableName()
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
H A DFakeTvProvider.java84 static final String PROGRAMS_TABLE = "programs"; field in FakeTvProvider
108 + PROGRAMS_TABLE
114 + PROGRAMS_TABLE
1075 + PROGRAMS_TABLE in onCreate()
1153 + PROGRAMS_TABLE in onCreate()
1161 + PROGRAMS_TABLE in onCreate()
1169 + PROGRAMS_TABLE in onCreate()
1177 + PROGRAMS_TABLE in onCreate()
1356 PROGRAMS_TABLE, in onUpgrade()
1361 PROGRAMS_TABLE, in onUpgrade()
[all …]