Searched refs:mSuggestionCount (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider.java460 private int mSuggestionCount; field in class:BrowserProvider.MySuggestionCursor
473 mSuggestionCount = sc != null ? sc.getCount() : 0;
474 if (mSuggestionCount > (mMaxSuggestionLongSize - mHistoryCount)) {
475 mSuggestionCount = mMaxSuggestionLongSize - mHistoryCount;
532 return mHistoryCount + mSuggestionCount + 1;
534 return mHistoryCount + mSuggestionCount;

Completed in 32 milliseconds