Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogStorage.java287 ArrayMap<String, Integer> notForgivenOverusesById; in getNotForgivenHistoricalIoOveruses() local
289 notForgivenOverusesById = IoUsageStatsTable.queryNotForgivenHistoricalOveruses(db, in getNotForgivenHistoricalIoOveruses()
293 for (int i = 0; i < notForgivenOverusesById.size(); i++) { in getNotForgivenHistoricalIoOveruses()
294 String id = notForgivenOverusesById.keyAt(i); in getNotForgivenHistoricalIoOveruses()
303 userPackage.packageName, notForgivenOverusesById.valueAt(i))); in getNotForgivenHistoricalIoOveruses()
929 ArrayMap<String, Integer> notForgivenOverusesById = new ArrayMap<>(); in queryNotForgivenHistoricalOveruses() local
935 notForgivenOverusesById.put(cursor.getString(0), in queryNotForgivenHistoricalOveruses()
939 return notForgivenOverusesById; in queryNotForgivenHistoricalOveruses()