Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAttributedOp.java627 LongSparseArray<AppOpsManager.NoteOpEvent> rejectEvents = deepClone(mRejectEvents); in createAttributedOpEntryLocked() local
630 rejectEvents); in createAttributedOpEntryLocked()
/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java4001 @Nullable LongSparseArray<NoteOpEvent> rejectEvents) { in AttributedOpEntry() argument
4009 this.mRejectEvents = rejectEvents; in AttributedOpEntry()
4075 LongSparseArray<NoteOpEvent> rejectEvents = sParcellingForRejectEvents.unparcel(in); in AttributedOpEntry() local
4084 this.mRejectEvents = rejectEvents; in AttributedOpEntry()
10253 LongSparseArray<AppOpsManager.NoteOpEvent> rejectEvents = new LongSparseArray<>(); in mergeAttributedOpEntries() local
10277 rejectEvents.append(key, reject); in mergeAttributedOpEntries()
10281 return new AttributedOpEntry(opEntries.get(0).mOp, false, accessEvents, rejectEvents); in mergeAttributedOpEntries()