Searched refs:reportedChangesForUid (Results 1 – 1 of 1) sorted by relevance
145 Set<ChangeReport> reportedChangesForUid = mReportedChanges.get(uid); in isAlreadyReported() local146 if (reportedChangesForUid == null) { in isAlreadyReported()149 return reportedChangesForUid.contains(report); in isAlreadyReported()156 Set<ChangeReport> reportedChangesForUid = mReportedChanges.get(uid); in markAsReported() local157 if (reportedChangesForUid == null) { in markAsReported()159 reportedChangesForUid = mReportedChanges.get(uid); in markAsReported()161 reportedChangesForUid.add(report); in markAsReported()