Home | History | Annotate | Download | only in style

Lines Matching refs:mSuggestions

86     private final String[] mSuggestions;
131 mSuggestions = Arrays.copyOf(suggestions, N);
153 mHashCode = hashCodeInternal(mSuggestions, mLocaleString, mNotificationTargetClassName);
195 mSuggestions = src.readStringArray();
213 return mSuggestions;
251 dest.writeStringArray(mSuggestions);
355 if (mSuggestions == null || index < 0 || index >= mSuggestions.length) {
357 + " length=" + mSuggestions.length);
367 intent.putExtra(SuggestionSpan.SUGGESTION_SPAN_PICKED_AFTER, mSuggestions[index]);