Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java5587 private @Nullable ArrayMap<String, HistoricalOp> mHistoricalOps; field in AppOpsManager.AttributedHistoricalOps
5600 if (mHistoricalOps == null) { in AttributedHistoricalOps()
5601 mHistoricalOps = new ArrayMap<>(opCount); in AttributedHistoricalOps()
5603 mHistoricalOps.put(cloneOp.getOpName(), cloneOp); in AttributedHistoricalOps()
5617 if (splice.mHistoricalOps == null) { in splice()
5618 splice.mHistoricalOps = new ArrayMap<>(); in splice()
5620 splice.mHistoricalOps.put(spliceOps.getOpName(), spliceOps); in splice()
5634 if (mHistoricalOps == null) { in merge()
5635 mHistoricalOps = new ArrayMap<>(); in merge()
5637 mHistoricalOps.put(otherOp.getOpName(), otherOp); in merge()
[all …]