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