Searched refs:mHistoricalRecords (Results 1 – 2 of 2) sorted by relevance
247 private final List<HistoricalRecord> mHistoricalRecords = new ArrayList<HistoricalRecord>(); field in ActivityChooserModel589 new ArrayList<HistoricalRecord>(mHistoricalRecords), mHistoryFileName); in persistHistoricalDataIfNeeded()657 return mHistoricalRecords.size(); in getHistorySize()692 && !mActivities.isEmpty() && !mHistoricalRecords.isEmpty()) { in sortActivitiesIfNeeded()694 Collections.unmodifiableList(mHistoricalRecords)); in sortActivitiesIfNeeded()752 final boolean added = mHistoricalRecords.add(historicalRecord); in addHisoricalRecord()767 final int pruneCount = mHistoricalRecords.size() - mHistoryMaxSize; in pruneExcessiveHistoricalRecordsIfNeeded()773 HistoricalRecord prunedRecord = mHistoricalRecords.remove(0); in pruneExcessiveHistoricalRecordsIfNeeded()1007 List<HistoricalRecord> historicalRecords = mHistoricalRecords; in readHistoricalDataImpl()
242 private final List<HistoricalRecord> mHistoricalRecords = new ArrayList<HistoricalRecord>(); field in ActivityChooserModel578 new ArrayList<HistoricalRecord>(mHistoricalRecords), mHistoryFileName); in persistHistoricalDataIfNeeded()646 return mHistoricalRecords.size(); in getHistorySize()675 && !mActivities.isEmpty() && !mHistoricalRecords.isEmpty()) { in sortActivitiesIfNeeded()677 Collections.unmodifiableList(mHistoricalRecords)); in sortActivitiesIfNeeded()730 final boolean added = mHistoricalRecords.add(historicalRecord); in addHisoricalRecord()745 final int pruneCount = mHistoricalRecords.size() - mHistoryMaxSize; in pruneExcessiveHistoricalRecordsIfNeeded()751 HistoricalRecord prunedRecord = mHistoricalRecords.remove(0); in pruneExcessiveHistoricalRecordsIfNeeded()985 List<HistoricalRecord> historicalRecords = mHistoricalRecords; in readHistoricalDataImpl()