Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 431ea84e authored by satok's avatar satok
Browse files

Add document to SpellCheckerService

Bug: 6136149

Change-Id: I93f0127878372006a240a9a34823f873bcc09927
parent 6183cd64
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -141,8 +141,12 @@ public abstract class SpellCheckerService extends Service {
        }

        /**
         * 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