Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseConfiguration.java72 private @NonNull Map<String, PerStateBytes> mAppCategorySpecificThresholds; field in IoOveruseConfiguration
109 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.Builder
306 mAppCategorySpecificThresholds = appCategorySpecificThresholds; in Builder()
[all …]