Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/dvr/provider/
H A DDvrDatabaseHelper.java126 static final String SQL_DROP_SCHEDULES = buildDropSql(Schedules.TABLE_NAME);
170 buildDropSql(SeriesRecordings.TABLE_NAME);
288 private static String buildDropSql(String tableName) { in buildDropSql() method in DvrDatabaseHelper
356 db.execSQL(buildDropSql(schedulesBackup)); in onDowngrade()