Searched refs:mAppCategorySpecificThresholds (Results 1 – 1 of 1) sorted by relevance
71 private @NonNull Map<String, PerStateBytes> mAppCategorySpecificThresholds; field in IoOveruseConfiguration107 this.mAppCategorySpecificThresholds = appCategorySpecificThresholds; in IoOveruseConfiguration()109 NonNull.class, null, mAppCategorySpecificThresholds); in IoOveruseConfiguration()153 return mAppCategorySpecificThresholds; in getAppCategorySpecificThresholds()188 dest.writeMap(mAppCategorySpecificThresholds); in writeToParcel()219 NonNull.class, null, mAppCategorySpecificThresholds); in IoOveruseConfiguration()295 mAppCategorySpecificThresholds = appCategorySpecificThresholds; in Builder()297 NonNull.class, null, mAppCategorySpecificThresholds); in Builder()358 mAppCategorySpecificThresholds = value; in setAppCategorySpecificThresholds()369 mAppCategorySpecificThresholds.put(key, value); in addAppCategorySpecificThresholds()[all …]