Searched refs:mNoteOpCallerStacktraces (Results 1 – 1 of 1) sorted by relevance
210 private final ArraySet<NoteOpTrace> mNoteOpCallerStacktraces = new ArraySet<>(); field in AppOpsService914 mNoteOpCallerStacktraces.add(NoteOpTrace.fromJson(jsonOps)); in readNoteOpCallerStackTraces()6279 int numTraces = mNoteOpCallerStacktraces.size();6282 writer.write(mNoteOpCallerStacktraces.valueAt(i).asJson());6393 noteOpSetWasChanged = mNoteOpCallerStacktraces.add(noteOpTrace);