Searched refs:reportedChangesForUid (Results 1 – 1 of 1) sorted by relevance
143 Set<ChangeReport> reportedChangesForUid = mReportedChanges.get(uid); in isAlreadyReported() local144 if (reportedChangesForUid == null) { in isAlreadyReported()147 return reportedChangesForUid.contains(report); in isAlreadyReported()154 Set<ChangeReport> reportedChangesForUid = mReportedChanges.get(uid); in markAsReported() local155 if (reportedChangesForUid == null) { in markAsReported()157 reportedChangesForUid = mReportedChanges.get(uid); in markAsReported()159 reportedChangesForUid.add(report); in markAsReported()