Searched refs:databaseFile (Results 1 – 2 of 2) sorted by relevance
56 File databaseFile = new File(db.getPath()); in shutdown() local58 SQLiteDatabase.deleteDatabase(databaseFile); in shutdown()
1256 final File databaseFile = getContext().getDatabasePath(DATABASE_NAME); in checkDatabases() local1260 if (databaseFile.exists() && !bodyFile.exists()) { in checkDatabases()1263 } else if (bodyFile.exists() && !databaseFile.exists()) { in checkDatabases()