Searched refs:historicalOps (Results 1 – 2 of 2) sorted by relevance
787 List<HistoricalOps> historicalOps = readHistoryDLocked(); in clearHistoryDLocked() local789 if (historicalOps == null) { in clearHistoryDLocked()793 for (int index = 0; index < historicalOps.size(); index++) { in clearHistoryDLocked()794 historicalOps.get(index).clearHistory(uid, packageName); in clearHistoryDLocked()799 persistHistoricalOpsDLocked(historicalOps); in clearHistoryDLocked()
5770 @Nullable ArrayMap<String,HistoricalOp> historicalOps) { in AttributedHistoricalOps() argument5772 this.mHistoricalOps = historicalOps; in AttributedHistoricalOps()5841 ArrayMap<String,HistoricalOp> historicalOps = null; in AttributedHistoricalOps() local5843 historicalOps = new ArrayMap(); in AttributedHistoricalOps()5844 in.readMap(historicalOps, HistoricalOp.class.getClassLoader()); in AttributedHistoricalOps()5848 this.mHistoricalOps = historicalOps; in AttributedHistoricalOps()