Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java396 ArrayMap<String, Integer> notForgivenOverusesById; in getNotForgivenHistoricalIoOveruses() local
397 notForgivenOverusesById = in getNotForgivenHistoricalIoOveruses()
402 for (int i = 0; i < notForgivenOverusesById.size(); i++) { in getNotForgivenHistoricalIoOveruses()
403 String id = notForgivenOverusesById.keyAt(i); in getNotForgivenHistoricalIoOveruses()
412 userPackage.packageName, notForgivenOverusesById.valueAt(i))); in getNotForgivenHistoricalIoOveruses()
1076 ArrayMap<String, Integer> notForgivenOverusesById = new ArrayMap<>(); in queryNotForgivenHistoricalOveruses() local
1082 notForgivenOverusesById.put(cursor.getString(0), in queryNotForgivenHistoricalOveruses()
1086 return notForgivenOverusesById; in queryNotForgivenHistoricalOveruses()