Searched refs:mIoThresholdsByVendorPackages (Results 1 – 1 of 1) sorted by relevance
74 private final ArrayMap<String, PerStateBytes> mIoThresholdsByVendorPackages = new ArrayMap<>(); field in OveruseConfigurationCache113 for (int i = 0; i < mIoThresholdsByVendorPackages.size(); ++i) { in dump()114 writer.print("Package name: " + mIoThresholdsByVendorPackages.keyAt(i)); in dump()116 dumpPerStateBytes(mIoThresholdsByVendorPackages.valueAt(i), writer); in dump()198 for (int i = 0; i < mIoThresholdsByVendorPackages.size(); i++) { in dumpProto()203 PerStateBytes perStateBytes = mIoThresholdsByVendorPackages.valueAt(i); in dumpProto()212 mIoThresholdsByVendorPackages.keyAt(i)); in dumpProto()290 threshold = mIoThresholdsByVendorPackages.get(genericPackageName); in fetchThreshold()367 mIoThresholdsByVendorPackages.clear(); in clearLocked()382 ioConfig.packageSpecificThresholds, mIoThresholdsByVendorPackages); in setIoThresholdsLocked()