Searched refs:mIoThresholdsByAppCategoryType (Results 1 – 1 of 1) sorted by relevance
68 private final SparseArray<PerStateBytes> mIoThresholdsByAppCategoryType = new SparseArray<>(); field in OveruseConfigurationCache113 for (int i = 0; i < mIoThresholdsByAppCategoryType.size(); ++i) { in dump()115 + toApplicationCategoryTypeString(mIoThresholdsByAppCategoryType.keyAt(i))); in dump()117 dumpPerStateBytes(mIoThresholdsByAppCategoryType.valueAt(i), writer); in dump()251 mIoThresholdsByAppCategoryType.clear(); in clearLocked()278 mIoThresholdsByAppCategoryType.append( in setIoThresholdsByAppCategoryTypeLocked()282 mIoThresholdsByAppCategoryType.append(ApplicationCategoryType.MEDIA, in setIoThresholdsByAppCategoryTypeLocked()302 return mIoThresholdsByAppCategoryType.get(mPackagesByAppCategoryType.keyAt(i)); in fetchAppCategorySpecificThresholdLocked()