Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DOveruseConfigurationCache.java70 private final SparseArray<PerStateBytes> mGenericIoThresholdsByComponent = new SparseArray<>(); field in OveruseConfigurationCache
96 for (int i = 0; i < mGenericIoThresholdsByComponent.size(); ++i) { in dump()
98 + toComponentTypeString(mGenericIoThresholdsByComponent.keyAt(i))); in dump()
100 dumpPerStateBytes(mGenericIoThresholdsByComponent.valueAt(i), writer); in dump()
163 for (int i = 0; i < mGenericIoThresholdsByComponent.size(); i++) { in dumpProto()
167 toProtoComponentType(mGenericIoThresholdsByComponent.keyAt(i))); in dumpProto()
169 PerStateBytes perStateBytes = mGenericIoThresholdsByComponent.valueAt(i); in dumpProto()
304 threshold = mGenericIoThresholdsByComponent.get(componentType); in fetchThreshold()
365 mGenericIoThresholdsByComponent.clear(); in clearLocked()
373 mGenericIoThresholdsByComponent.append(componentType, in setIoThresholdsLocked()