Searched refs:buildDropSql (Results 1 – 1 of 1) sorted by relevance
126 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 DvrDatabaseHelper356 db.execSQL(buildDropSql(schedulesBackup)); in onDowngrade()