Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java675 final ArrayMap<String, AppOpsManager.AttributedOpEntry> attributionEntries = in createEntryLocked() local
678 attributionEntries.put(attributedOps.keyAt(i), in createEntryLocked()
686 attributionEntries); in createEntryLocked()
698 final ArrayMap<String, AttributedOpEntry> attributionEntries = new ArrayMap<>(1); in createSingleAttributionEntryLocked() local
700 attributionEntries.put(attributionTag, in createSingleAttributionEntryLocked()
707 attributionEntries); in createSingleAttributionEntryLocked()