Searched refs:mNoteOpCallerStacktraces (Results 1 – 1 of 1) sorted by relevance
222 private final ArraySet<NoteOpTrace> mNoteOpCallerStacktraces = new ArraySet<>(); field in AppOpsService956 mNoteOpCallerStacktraces.add(NoteOpTrace.fromJson(jsonOps)); in readNoteOpCallerStackTraces()7208 int numTraces = mNoteOpCallerStacktraces.size();7211 writer.write(mNoteOpCallerStacktraces.valueAt(i).asJson());7322 noteOpSetWasChanged = mNoteOpCallerStacktraces.add(noteOpTrace);