Searched refs:historicalAttributionOp (Results 1 – 1 of 1) sorted by relevance
6249 AttributedHistoricalOps historicalAttributionOp = mAttributedHistoricalOps.get( in getOrCreateAttributedHistoricalOps() local6251 if (historicalAttributionOp == null) { in getOrCreateAttributedHistoricalOps()6252 historicalAttributionOp = new AttributedHistoricalOps(attributionTag); in getOrCreateAttributedHistoricalOps()6253 mAttributedHistoricalOps.put(attributionTag, historicalAttributionOp); in getOrCreateAttributedHistoricalOps()6255 return historicalAttributionOp; in getOrCreateAttributedHistoricalOps()