Searched refs:SQL_DELETE_ENTRIES (Results 1 – 2 of 2) sorted by relevance
59 private static final String SQL_DELETE_ENTRIES = "DROP TABLE IF EXISTS " + TABLE_NAME; field in LocationDbHelper75 db.execSQL(SQL_DELETE_ENTRIES); in onUpgrade()
232 private static final String SQL_DELETE_ENTRIES = field in FeedProvider.FeedDatabase248 db.execSQL(SQL_DELETE_ENTRIES); in onUpgrade()