Searched defs:copyTable (Results 1 – 2 of 2) sorted by relevance
159 private static void copyTable(SQLiteDatabase db, String from, String to, long userSerial) { in copyTable() method in GridBackupTable
122 public static void copyTable(SQLiteDatabase fromDb, String fromTable, SQLiteDatabase toDb, in copyTable() method in LauncherDbUtils