Home
last modified time | relevance | path

Searched refs:fromDatabase (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java1602 private static int copyAccountTables(SQLiteDatabase fromDatabase, SQLiteDatabase toDatabase) { in copyAccountTables() argument
1603 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()