Searched refs:historicalOps (Results 1 – 2 of 2) sorted by relevance
834 List<HistoricalOps> historicalOps = readHistoryDLocked(); in clearHistoryDLocked() local836 if (historicalOps == null) { in clearHistoryDLocked()840 for (int index = 0; index < historicalOps.size(); index++) { in clearHistoryDLocked()841 historicalOps.get(index).clearHistory(uid, packageName); in clearHistoryDLocked()846 persistHistoricalOpsDLocked(historicalOps); in clearHistoryDLocked()
6645 @Nullable ArrayMap<String,HistoricalOp> historicalOps) { in AttributedHistoricalOps() argument6647 this.mHistoricalOps = historicalOps; in AttributedHistoricalOps()6716 ArrayMap<String,HistoricalOp> historicalOps = null; in AttributedHistoricalOps() local6718 historicalOps = new ArrayMap(); in AttributedHistoricalOps()6719 in.readMap(historicalOps, HistoricalOp.class.getClassLoader()); in AttributedHistoricalOps()6723 this.mHistoricalOps = historicalOps; in AttributedHistoricalOps()