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.java1194 final ArrayMap<String, AppOpsManager.AttributedOpEntry> attributionEntries = in createEntryLocked() local
1197 attributionEntries.put(mAttributions.keyAt(i), in createEntryLocked()
1201 return new OpEntry(op, mode, attributionEntries); in createEntryLocked()
1207 final ArrayMap<String, AttributedOpEntry> attributionEntries = new ArrayMap<>(1); in createSingleAttributionEntryLocked() local
1210 attributionEntries.put(mAttributions.keyAt(i), in createSingleAttributionEntryLocked()
1216 return new OpEntry(op, mode, attributionEntries); in createSingleAttributionEntryLocked()