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