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