Add document to SpellCheckerService

Bug: 6136149

Change-Id: I93f0127878372006a240a9a34823f873bcc09927
diff --git a/core/java/android/service/textservice/SpellCheckerService.java b/core/java/android/service/textservice/SpellCheckerService.java
index 5c97cfa..53ce32d 100644
--- a/core/java/android/service/textservice/SpellCheckerService.java
+++ b/core/java/android/service/textservice/SpellCheckerService.java
@@ -141,8 +141,12 @@
         }
 
         /**
-         * The default implementation returns an array of SentenceSuggestionsInfo by simply calling
-         * onGetSuggestions().
+         * Get sentence suggestions for specified texts in an array of TextInfo.
+         * The default implementation returns an array of SentenceSuggestionsInfo by simply
+         * calling onGetSuggestions.
+         * This function will run on the incoming IPC thread.
+         * So, this is not called on the main thread,
+         * but will be called in series on another thread.
          * When you override this method, make sure that suggestionsLimit is applied to suggestions
          * that share the same start position and length.
          * @param textInfos an array of the text metadata