Fix SampleSpellChecker not working in TextView

This CL fixes two bugs in SampleSpellChecker that prevented the sample
spell checker from working in an actual TextView.

1. The order of constructor arguments for SentenceSuggestionsInfo() was
   wrong.
2. SuggestionsInfo always needs cookie and sequence attributes from
   TextInfo.

Test: manual(Enable the spell checker from Android settings and type
in a TextView)
Bug: None

Change-Id: Ie5c82c683b031d24bcde4a92e5e23f086d1934d6
1 file changed