Searched refs:rejectEvents (Results 1 – 2 of 2) sorted by relevance
659 LongSparseArray<AppOpsManager.NoteOpEvent> rejectEvents = deepClone(mRejectEvents); in createAttributedOpEntryLocked() local662 rejectEvents); in createAttributedOpEntryLocked()
4347 @Nullable LongSparseArray<NoteOpEvent> rejectEvents) { in AttributedOpEntry() argument4355 this.mRejectEvents = rejectEvents; in AttributedOpEntry()4421 LongSparseArray<NoteOpEvent> rejectEvents = sParcellingForRejectEvents.unparcel(in); in AttributedOpEntry() local4430 this.mRejectEvents = rejectEvents; in AttributedOpEntry()10999 LongSparseArray<AppOpsManager.NoteOpEvent> rejectEvents = new LongSparseArray<>(); in mergeAttributedOpEntries() local11023 rejectEvents.append(key, reject); in mergeAttributedOpEntries()11027 return new AttributedOpEntry(opEntries.get(0).mOp, false, accessEvents, rejectEvents); in mergeAttributedOpEntries()