Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java5296 final AttributedHistoricalOps otherAttributionOps = other.getAttributedOpsAt(i); in merge() local
5298 otherAttributionOps.getTag()); in merge()
5300 thisAttributionOps.merge(otherAttributionOps); in merge()
5305 mAttributedHistoricalOps.put(otherAttributionOps.getTag(), in merge()
5306 otherAttributionOps); in merge() local