Home | History | Annotate | Download | only in launcher2

Lines Matching refs:dbFile

305         final File dbFile = new File(db.getPath());
307 if (dbFile.exists()) {
308 SQLiteDatabase.deleteDatabase(dbFile);