Here\'s a strange one:
I can filter on NOT NULLS from SQLite, but not NULLS:
NOT NULLS
NULLS
This works:
SELECT *
In Android SQLite, field IS NULL doesn't work either.
field = 'null' does. Give it a try in your environment