public android.database.Cursor | runQuery(java.lang.CharSequence constraint)Runs a query with the specified constraint. This query is requested
by the filter attached to this adapter.
Contract: when constraint is null or empty, the original results,
prior to any filtering, must be returned.
|