Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java5942 AttributedHistoricalOps historicalAttributionOp = mAttributedHistoricalOps.get( in getOrCreateAttributedHistoricalOps() local
5944 if (historicalAttributionOp == null) { in getOrCreateAttributedHistoricalOps()
5945 historicalAttributionOp = new AttributedHistoricalOps(attributionTag); in getOrCreateAttributedHistoricalOps()
5946 mAttributedHistoricalOps.put(attributionTag, historicalAttributionOp); in getOrCreateAttributedHistoricalOps()
5948 return historicalAttributionOp; in getOrCreateAttributedHistoricalOps()