Searched refs:emptyTables (Results 1 – 5 of 5) sorted by relevance
182 emptyTables(newDb, EnrollmentTables.ENROLLMENT_TABLES); in testMigrationDataIntegrityToV1FromOldDatabase()183 emptyTables(oldDb, EnrollmentTables.ENROLLMENT_TABLES); in testMigrationDataIntegrityToV1FromOldDatabase()213 emptyTables(newDb, EnrollmentTables.ENROLLMENT_TABLES); in testMigrationExcludesDuplicatesSites()214 emptyTables(oldDb, EnrollmentTables.ENROLLMENT_TABLES); in testMigrationExcludesDuplicatesSites()241 private void emptyTables(SQLiteDatabase db, String[] tables) { in emptyTables() method in SharedDbHelperTest
145 emptyTables(newDb, MeasurementTables.V6_TABLES); in testMigrationDataIntegrityToV6FromOldDatabase()236 private void emptyTables(SQLiteDatabase db, String[] tables) { in emptyTables() method in MeasurementDbHelperTest
91 emptyTables(db); in before()98 emptyTables(db); in after()319 private static void emptyTables(SQLiteDatabase db) { in emptyTables() method in AbstractDbIntegrationTest
444 emptyTables(db); in clearDatabase()1475 private static void emptyTables(SQLiteDatabase db) { in emptyTables() method in E2ETest
239 emptyTables(db); in cleanup()5186 private static void emptyTables(SQLiteDatabase db) { in emptyTables() method