Searched refs:mMaxSuggestionLongSize (Results 1 – 1 of 1) sorted by relevance
174 private int mMaxSuggestionLongSize; field in BrowserProvider400 mMaxSuggestionLongSize = MAX_SUGGEST_LONG_LARGE; in onCreate()403 mMaxSuggestionLongSize = MAX_SUGGEST_LONG_SMALL; in onCreate()474 if (mSuggestionCount > (mMaxSuggestionLongSize - mHistoryCount)) { in MySuggestionCursor()475 mSuggestionCount = mMaxSuggestionLongSize - mHistoryCount; in MySuggestionCursor()811 ORDER_BY, Integer.toString(mMaxSuggestionLongSize));