Searched refs:COLUMN_SERIAL (Results 1 – 1 of 1) sorted by relevance
38 private static final String COLUMN_SERIAL = "serial"; field in UsbSettingsStorage57 selection = COLUMN_SERIAL + " = ? AND " + COLUMN_AOAP + " = 1"; in queryFor()60 selection = COLUMN_SERIAL + " IS NULL"; in queryFor()62 selection = COLUMN_SERIAL + " = ?"; in queryFor()116 COLUMN_SERIAL + " = ? AND " + COLUMN_VID + " = ? AND " + COLUMN_PID in deleteSettings()151 int serialNumberColumnId = cursor.getColumnIndex(COLUMN_SERIAL); in constructSettings()176 contentValues.put(COLUMN_SERIAL, settings.getSerialNumber()); in settingsToContentValues()208 + COLUMN_SERIAL + " TEXT," in createTable()215 + "PRIMARY KEY (" + COLUMN_SERIAL + ", " + COLUMN_VID + ", " + COLUMN_PID in createTable()220 db.execSQL("CREATE INDEX " + TABLE_USB_SETTINGS + "_" + COLUMN_SERIAL + " ON " in createSerialIndex()[all …]