Searched refs:mComponentLevelThresholds (Results 1 – 1 of 1) sorted by relevance
46 private @NonNull PerStateBytes mComponentLevelThresholds; field in IoOveruseConfiguration101 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.Builder289 mComponentLevelThresholds = componentLevelThresholds; in Builder()314 mComponentLevelThresholds = value; in setComponentLevelThresholds()[all …]