Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java5851 final AttributedHistoricalOps thisAttributionOps = getAttributedOps( in merge() local
5853 if (thisAttributionOps != null) { in merge()
5854 thisAttributionOps.merge(otherAttributionOps); in merge()