Lines Matching refs:mSuggestionCount
456 private int mSuggestionCount;
469 mSuggestionCount = sc != null ? sc.getCount() : 0;
470 if (mSuggestionCount > (MAX_SUGGESTION_LONG_ENTRIES - mHistoryCount)) {
471 mSuggestionCount = MAX_SUGGESTION_LONG_ENTRIES - mHistoryCount;
528 return mHistoryCount + mSuggestionCount + 1;
530 return mHistoryCount + mSuggestionCount;