Searched refs:mIoThresholdsBySystemPackages (Results 1 – 1 of 1) sorted by relevance
64 private final ArrayMap<String, PerStateBytes> mIoThresholdsBySystemPackages = new ArrayMap<>(); field in OveruseConfigurationCache97 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()