Home
last modified time | relevance | path

Searched refs:notForgivenOverusesEntries (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java401 List<NotForgivenOverusesEntry> notForgivenOverusesEntries = new ArrayList<>(); in getNotForgivenHistoricalIoOveruses() local
411 notForgivenOverusesEntries.add(new NotForgivenOverusesEntry(userPackage.userId, in getNotForgivenHistoricalIoOveruses()
414 return notForgivenOverusesEntries; in getNotForgivenHistoricalIoOveruses()
DWatchdogPerfHandler.java1371 List<WatchdogStorage.NotForgivenOverusesEntry> notForgivenOverusesEntries = in syncHistoricalNotForgivenOveruses() local
1374 notForgivenOverusesEntries.size()); in syncHistoricalNotForgivenOveruses()
1376 for (int i = 0; i < notForgivenOverusesEntries.size(); i++) { in syncHistoricalNotForgivenOveruses()
1377 WatchdogStorage.NotForgivenOverusesEntry entry = notForgivenOverusesEntries.get(i); in syncHistoricalNotForgivenOveruses()