Searched refs:rejectEvents (Results 1 – 2 of 2) sorted by relevance
4039 @Nullable LongSparseArray<NoteOpEvent> rejectEvents) { in AttributedOpEntry() argument4047 this.mRejectEvents = rejectEvents; in AttributedOpEntry()4113 LongSparseArray<NoteOpEvent> rejectEvents = sParcellingForRejectEvents.unparcel(in); in AttributedOpEntry() local4122 this.mRejectEvents = rejectEvents; in AttributedOpEntry()10096 LongSparseArray<AppOpsManager.NoteOpEvent> rejectEvents = new LongSparseArray<>(); in mergeAttributedOpEntries() local10120 rejectEvents.append(key, reject); in mergeAttributedOpEntries()10124 return new AttributedOpEntry(opEntries.get(0).mOp, false, accessEvents, rejectEvents); in mergeAttributedOpEntries()
1436 LongSparseArray<NoteOpEvent> rejectEvents = deepClone(mRejectEvents); in createAttributedOpEntryLocked() local1438 return new AttributedOpEntry(parent.op, isRunning(), accessEvents, rejectEvents); in createAttributedOpEntryLocked()