Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DSearchHistoryManager.java54 private final int mLimitedHistoryCount; field in SearchHistoryManager
66 mLimitedHistoryCount = context.getResources().getInteger( in SearchHistoryManager()
150 if (mHistory.size() >= mLimitedHistoryCount) { in addHistory()