Searched refs:mAppCategorySpecificThresholds (Results 1 – 1 of 1) sorted by relevance
72 private @NonNull Map<String, PerStateBytes> mAppCategorySpecificThresholds; field in IoOveruseConfiguration109 this.mAppCategorySpecificThresholds = appCategorySpecificThresholds; in IoOveruseConfiguration()111 NonNull.class, null, mAppCategorySpecificThresholds); in IoOveruseConfiguration()159 return mAppCategorySpecificThresholds; in getAppCategorySpecificThresholds()181 "appCategorySpecificThresholds = " + mAppCategorySpecificThresholds + ", " + in toString()194 dest.writeMap(mAppCategorySpecificThresholds); in writeToParcel()224 this.mAppCategorySpecificThresholds = appCategorySpecificThresholds; in IoOveruseConfiguration()226 NonNull.class, null, mAppCategorySpecificThresholds); in IoOveruseConfiguration()257 private @NonNull Map<String,PerStateBytes> mAppCategorySpecificThresholds; field in IoOveruseConfiguration.Builder306 mAppCategorySpecificThresholds = appCategorySpecificThresholds; in Builder()[all …]