Home | History | Annotate | Download | only in accounts

Lines Matching refs:dbFile

1329     static void deleteDbFileWarnIfFailed(File dbFile) {
1330 if (!SQLiteDatabase.deleteDatabase(dbFile)) {
1331 Log.w(TAG, "Database at " + dbFile + " was not deleted successfully");