Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java5811 final AttributedHistoricalOps otherAttributionOps = other.getAttributedOpsAt(i); in merge() local
5813 otherAttributionOps.getTag()); in merge()
5815 thisAttributionOps.merge(otherAttributionOps); in merge()
5820 mAttributedHistoricalOps.put(otherAttributionOps.getTag(), in merge()
5821 otherAttributionOps); in merge() local