Searched refs:suggestionsInfos (Results 1 – 1 of 1) 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()