Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DOveruseConfigurationCache.java68 private final SparseArray<PerStateBytes> mIoThresholdsByAppCategoryType = new SparseArray<>(); field in OveruseConfigurationCache
113 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()