Home
last modified time | relevance | path

Searched refs:mMaxSuggestionLongSize (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider.java174 private int mMaxSuggestionLongSize; field in BrowserProvider
400 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));