Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DOveruseConfigurationCache.java64 private final ArrayMap<String, PerStateBytes> mIoThresholdsBySystemPackages = new ArrayMap<>(); field in OveruseConfigurationCache
97 for (int i = 0; i < mIoThresholdsBySystemPackages.size(); ++i) { in dump()
98 writer.print("Package name: " + mIoThresholdsBySystemPackages.keyAt(i)); in dump()
100 dumpPerStateBytes(mIoThresholdsBySystemPackages.valueAt(i), writer); in dump()
171 threshold = mIoThresholdsBySystemPackages.get(genericPackageName); in fetchThreshold()
249 mIoThresholdsBySystemPackages.clear(); in clearLocked()
261 ioConfig.packageSpecificThresholds, mIoThresholdsBySystemPackages); in setIoThresholdsLocked()