Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DOveruseConfigurationCache.java72 private final ArrayMap<String, PerStateBytes> mIoThresholdsBySystemPackages = new ArrayMap<>(); field in OveruseConfigurationCache
105 for (int i = 0; i < mIoThresholdsBySystemPackages.size(); ++i) { in dump()
106 writer.print("Package name: " + mIoThresholdsBySystemPackages.keyAt(i)); in dump()
108 dumpPerStateBytes(mIoThresholdsBySystemPackages.valueAt(i), writer); in dump()
180 for (int i = 0; i < mIoThresholdsBySystemPackages.size(); i++) { in dumpProto()
185 PerStateBytes perStateBytes = mIoThresholdsBySystemPackages.valueAt(i); in dumpProto()
194 mIoThresholdsBySystemPackages.keyAt(i)); in dumpProto()
284 threshold = mIoThresholdsBySystemPackages.get(genericPackageName); in fetchThreshold()
366 mIoThresholdsBySystemPackages.clear(); in clearLocked()
378 ioConfig.packageSpecificThresholds, mIoThresholdsBySystemPackages); in setIoThresholdsLocked()