Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DIoOveruseConfiguration.java46 private @NonNull PerStateBytes mComponentLevelThresholds; field in IoOveruseConfiguration
101 this.mComponentLevelThresholds = componentLevelThresholds; in IoOveruseConfiguration()
103 NonNull.class, null, mComponentLevelThresholds); in IoOveruseConfiguration()
126 return mComponentLevelThresholds; in getComponentLevelThresholds()
186 dest.writeTypedObject(mComponentLevelThresholds, flags); in writeToParcel()
211 this.mComponentLevelThresholds = componentLevelThresholds; in IoOveruseConfiguration()
213 NonNull.class, null, mComponentLevelThresholds); in IoOveruseConfiguration()
248 private @NonNull PerStateBytes mComponentLevelThresholds; field in IoOveruseConfiguration.Builder
289 mComponentLevelThresholds = componentLevelThresholds; in Builder()
314 mComponentLevelThresholds = value; in setComponentLevelThresholds()
[all …]