Searched refs:mRejectEvents (Results 1 – 2 of 2) sorted by relevance
3588 private final @Nullable LongSparseArray<NoteOpEvent> mRejectEvents; field in AppOpsManager.AttributedOpEntry3594 mRejectEvents = other.mRejectEvents == null ? null : other.mRejectEvents.clone(); in AttributedOpEntry()3612 if (mRejectEvents != null) { in collectKeys()3613 int numEvents = mRejectEvents.size(); in collectKeys()3615 keys.add(mRejectEvents.keyAt(i)); in collectKeys()3779 return getLastEvent(mRejectEvents, fromUidState, toUidState, flags); in getLastRejectEvent()4047 this.mRejectEvents = rejectEvents; in AttributedOpEntry()4091 if (mRejectEvents != null) flg |= 0x8; in writeToParcel()4095 sParcellingForRejectEvents.parcel(mRejectEvents, dest, flags); in writeToParcel()4122 this.mRejectEvents = rejectEvents; in AttributedOpEntry()
894 private @Nullable LongSparseArray<NoteOpEvent> mRejectEvents; field in AppOpsService.AttributedOp996 if (mRejectEvents == null) { in rejected()997 mRejectEvents = new LongSparseArray<>(1); in rejected()1001 NoteOpEvent existingEvent = mRejectEvents.get(key); in rejected()1005 mRejectEvents.put(key, new NoteOpEvent(noteTime, -1, null)); in rejected()1381 mRejectEvents = add(mRejectEvents, opToAdd.mRejectEvents); in add()1394 || (mRejectEvents != null && mRejectEvents.size() > 0); in hasAnyTime()1436 LongSparseArray<NoteOpEvent> rejectEvents = deepClone(mRejectEvents); in createAttributedOpEntryLocked()