Searched refs:oldDb (Results 1 – 1 of 1) sorted by relevance
182 File oldDb = mContext.getDatabasePath(OLD_DATABASE_NAME); in tryToMigrateV13() local184 if (!oldDb.exists()) { in tryToMigrateV13()191 if (!newDb.exists() || oldDb.lastModified() > newDb.lastModified()) { in tryToMigrateV13()196 copy(oldDb.toPath(), newDb.toPath()); in tryToMigrateV13()