Searched refs:fromDatabase (Results 1 – 1 of 1) sorted by relevance
1602 private static int copyAccountTables(SQLiteDatabase fromDatabase, SQLiteDatabase toDatabase) { in copyAccountTables() argument1603 if (fromDatabase == null || toDatabase == null) return -1; in copyAccountTables()1608 fromDatabase.beginTransaction(); in copyAccountTables()1617 Cursor c = fromDatabase.query(Account.TABLE_NAME, Account.CONTENT_PROJECTION, in copyAccountTables()1636 HostAuth hostAuth = restoreHostAuth(fromDatabase, in copyAccountTables()1646 hostAuth = restoreHostAuth(fromDatabase, account.mHostAuthKeySend); in copyAccountTables()1672 fromDatabase.endTransaction(); in copyAccountTables()