Searched refs:TABLE_PREFS_INDEX (Results 1 – 2 of 2) sorted by relevance
36 public static final String TABLE_PREFS_INDEX = "prefs_index"; field74 "CREATE VIRTUAL TABLE " + Tables.TABLE_PREFS_INDEX + " USING fts4" +236 db.execSQL("DROP TABLE IF EXISTS " + Tables.TABLE_PREFS_INDEX); in dropTables()
687 sb.append(Tables.TABLE_PREFS_INDEX); in buildSearchSQLForColumn()695 final StringBuilder sb = new StringBuilder(Tables.TABLE_PREFS_INDEX); in buildSearchWhereStringForColumns()1088 database.replaceOrThrow(Tables.TABLE_PREFS_INDEX, null, values); in updateOneRow()1299 return database.delete(Tables.TABLE_PREFS_INDEX, whereClause, whereArgs); in delete()