Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseConfiguration.java47 private @NonNull PerStateBytes mComponentLevelThresholds; field in IoOveruseConfiguration
103 this.mComponentLevelThresholds = componentLevelThresholds; in IoOveruseConfiguration()
105 NonNull.class, null, mComponentLevelThresholds); in IoOveruseConfiguration()
128 return mComponentLevelThresholds; in getComponentLevelThresholds()
179 "componentLevelThresholds = " + mComponentLevelThresholds + ", " + in toString()
192 dest.writeTypedObject(mComponentLevelThresholds, flags); in writeToParcel()
218 this.mComponentLevelThresholds = componentLevelThresholds; in IoOveruseConfiguration()
220 NonNull.class, null, mComponentLevelThresholds); in IoOveruseConfiguration()
255 private @NonNull PerStateBytes mComponentLevelThresholds; field in IoOveruseConfiguration.Builder
300 mComponentLevelThresholds = componentLevelThresholds; in Builder()
[all …]