Searched refs:bodyFile (Results 1 – 1 of 1) sorted by relevance
1256 final File bodyFile = getContext().getDatabasePath(BODY_DATABASE_NAME); in checkDatabases() local1259 if (databaseFile.exists() && !bodyFile.exists()) { in checkDatabases()1262 } else if (bodyFile.exists() && !databaseFile.exists()) { in checkDatabases()