Searched refs:notForgivenOverusesEntries (Results 1 – 2 of 2) sorted by relevance
401 List<NotForgivenOverusesEntry> notForgivenOverusesEntries = new ArrayList<>(); in getNotForgivenHistoricalIoOveruses() local411 notForgivenOverusesEntries.add(new NotForgivenOverusesEntry(userPackage.userId, in getNotForgivenHistoricalIoOveruses()414 return notForgivenOverusesEntries; in getNotForgivenHistoricalIoOveruses()
1371 List<WatchdogStorage.NotForgivenOverusesEntry> notForgivenOverusesEntries = in syncHistoricalNotForgivenOveruses() local1374 notForgivenOverusesEntries.size()); in syncHistoricalNotForgivenOveruses()1376 for (int i = 0; i < notForgivenOverusesEntries.size(); i++) { in syncHistoricalNotForgivenOveruses()1377 WatchdogStorage.NotForgivenOverusesEntry entry = notForgivenOverusesEntries.get(i); in syncHistoricalNotForgivenOveruses()