Searched refs:mRejectEvents (Results 1 – 2 of 2) sorted by relevance
66 private @Nullable LongSparseArray<AppOpsManager.NoteOpEvent> mRejectEvents; field in AttributedOp179 if (mRejectEvents == null) { in rejected()180 mRejectEvents = new LongSparseArray<>(1); in rejected()184 AppOpsManager.NoteOpEvent existingEvent = mRejectEvents.get(key); in rejected()188 mRejectEvents.put(key, new AppOpsManager.NoteOpEvent(noteTime, -1, null)); in rejected()603 mRejectEvents = add(mRejectEvents, opToAdd.mRejectEvents); in add()616 || (mRejectEvents != null && mRejectEvents.size() > 0); in hasAnyTime()659 LongSparseArray<AppOpsManager.NoteOpEvent> rejectEvents = deepClone(mRejectEvents); in createAttributedOpEntryLocked()
3896 private final @Nullable LongSparseArray<NoteOpEvent> mRejectEvents; field in AppOpsManager.AttributedOpEntry3902 mRejectEvents = other.mRejectEvents == null ? null : other.mRejectEvents.clone(); in AttributedOpEntry()3920 if (mRejectEvents != null) { in collectKeys()3921 int numEvents = mRejectEvents.size(); in collectKeys()3923 keys.add(mRejectEvents.keyAt(i)); in collectKeys()4087 return getLastEvent(mRejectEvents, fromUidState, toUidState, flags); in getLastRejectEvent()4355 this.mRejectEvents = rejectEvents; in AttributedOpEntry()4399 if (mRejectEvents != null) flg |= 0x8; in writeToParcel()4403 sParcellingForRejectEvents.parcel(mRejectEvents, dest, flags); in writeToParcel()4430 this.mRejectEvents = rejectEvents; in AttributedOpEntry()