Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java6456 private @Nullable ArrayMap<String, HistoricalOp> mHistoricalOps; field in AppOpsManager.AttributedHistoricalOps
6469 if (mHistoricalOps == null) { in AttributedHistoricalOps()
6470 mHistoricalOps = new ArrayMap<>(opCount); in AttributedHistoricalOps()
6472 mHistoricalOps.put(cloneOp.getOpName(), cloneOp); in AttributedHistoricalOps()
6486 if (splice.mHistoricalOps == null) { in splice()
6487 splice.mHistoricalOps = new ArrayMap<>(); in splice()
6489 splice.mHistoricalOps.put(spliceOps.getOpName(), spliceOps); in splice()
6503 if (mHistoricalOps == null) { in merge()
6504 mHistoricalOps = new ArrayMap<>(); in merge()
6506 mHistoricalOps.put(otherOp.getOpName(), otherOp); in merge()
[all …]