Searched refs:copyTable (Results 1 – 1 of 1) sorted by relevance
78 copyTable(Favorites.TABLE_NAME, BACKUP_TABLE_NAME); in backupOrRestoreAsNeeded()86 copyTable(BACKUP_TABLE_NAME, Favorites.TABLE_NAME); in backupOrRestoreAsNeeded()96 private void copyTable(String from, String to) { in copyTable() method in GridBackupTable