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