Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java5850 final AttributedHistoricalOps otherAttributionOps = other.getAttributedOpsAt(i); in merge() local
5852 otherAttributionOps.getTag()); in merge()
5854 thisAttributionOps.merge(otherAttributionOps); in merge()
5859 mAttributedHistoricalOps.put(otherAttributionOps.getTag(), in merge()
5860 otherAttributionOps); in merge() local