Searched refs:mLimitedHistoryCount (Results 1 – 1 of 1) sorted by relevance
54 private final int mLimitedHistoryCount; field in SearchHistoryManager66 mLimitedHistoryCount = context.getResources().getInteger( in SearchHistoryManager()150 if (mHistory.size() >= mLimitedHistoryCount) { in addHistory()