Searched refs:PREFERENCES_TABLE (Results 1 – 1 of 1) sorted by relevance
40 private static final String PREFERENCES_TABLE = "preferences"; field in TunerPreferenceProvider117 db.execSQL("CREATE TABLE " + PREFERENCES_TABLE + " (" in onCreate()143 Cursor cursor = db.query(PREFERENCES_TABLE, projection, selection, selectionArgs, in query()181 db.delete(PREFERENCES_TABLE, Preferences.COLUMN_KEY + " like ?", in insertRow()184 long rowId = db.insert(PREFERENCES_TABLE, null, values); in insertRow()