Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java6157 final AttributedHistoricalOps otherAttributionOps = other.getAttributedOpsAt(i); in merge() local
6159 otherAttributionOps.getTag()); in merge()
6161 thisAttributionOps.merge(otherAttributionOps); in merge()
6166 mAttributedHistoricalOps.put(otherAttributionOps.getTag(), in merge()
6167 otherAttributionOps); in merge() local