Searched defs:copyTable (Results 1 – 4 of 4) sorted by relevance
70 private static void copyTable(SQLiteDatabase db, String from, String to, long userSerial) { in copyTable() method in GridBackupTable
116 fun copyTable( in <lambda>() method
274 private void copyTable(SQLiteDatabase oldDb, SQLiteDatabase newDb, String table) { in copyTable() method in MeasurementDbHelper
245 private void copyTable(SQLiteDatabase oldDb, SQLiteDatabase newDb, String table) { in copyTable() method in SharedDbHelper