Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java653 final ArrayMap<String, AppOpsManager.AttributedOpEntry> attributionEntries = in createEntryLocked() local
656 attributionEntries.put(mAttributions.keyAt(i), in createEntryLocked()
660 return new OpEntry(op, getMode(), attributionEntries); in createEntryLocked()
666 final ArrayMap<String, AttributedOpEntry> attributionEntries = new ArrayMap<>(1); in createSingleAttributionEntryLocked() local
669 attributionEntries.put(mAttributions.keyAt(i), in createSingleAttributionEntryLocked()
675 return new OpEntry(op, getMode(), attributionEntries); in createSingleAttributionEntryLocked()