Searched refs:suggestionsInfos (Results 1 – 3 of 3) sorted by relevance
46 SuggestionsInfo[] suggestionsInfos, int[] offsets, int[] lengths) { in SentenceSuggestionsInfo() argument47 if (suggestionsInfos == null || offsets == null || lengths == null) { in SentenceSuggestionsInfo()50 if (suggestionsInfos.length != offsets.length || offsets.length != lengths.length) { in SentenceSuggestionsInfo()53 final int infoSize = suggestionsInfos.length; in SentenceSuggestionsInfo()54 mSuggestionsInfos = Arrays.copyOf(suggestionsInfos, infoSize); in SentenceSuggestionsInfo()
218 void handleOnGetSuggestionsMultiple(SuggestionsInfo[] suggestionsInfos) { in handleOnGetSuggestionsMultiple() argument219 mExecutor.execute(() -> mSpellCheckerSessionListener.onGetSuggestions(suggestionsInfos)); in handleOnGetSuggestionsMultiple()222 void handleOnGetSentenceSuggestionsMultiple(SentenceSuggestionsInfo[] suggestionsInfos) { in handleOnGetSentenceSuggestionsMultiple() argument224 mSpellCheckerSessionListener.onGetSentenceSuggestions(suggestionsInfos)); in handleOnGetSentenceSuggestionsMultiple()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...