Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java10086 BitSet appOpsNotedForAttribution = appOpsNoted.get(syncOp.getAttributionTag()); in collectNotedOpSync() local
10087 if (appOpsNotedForAttribution == null) { in collectNotedOpSync()
10088 appOpsNotedForAttribution = new BitSet(_NUM_OP); in collectNotedOpSync()
10089 appOpsNoted.put(syncOp.getAttributionTag(), appOpsNotedForAttribution); in collectNotedOpSync() local
10092 appOpsNotedForAttribution.set(op); in collectNotedOpSync()