Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseConfiguration.java79 private @NonNull List<IoOveruseAlertThreshold> mSystemWideThresholds; field in IoOveruseConfiguration
112 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()
114 NonNull.class, null, mSystemWideThresholds); in IoOveruseConfiguration()
169 return mSystemWideThresholds; in getSystemWideThresholds()
182 "systemWideThresholds = " + mSystemWideThresholds + in toString()
195 dest.writeParcelableList(mSystemWideThresholds, flags); in writeToParcel()
227 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()
229 NonNull.class, null, mSystemWideThresholds); in IoOveruseConfiguration()
258 private @NonNull List<IoOveruseAlertThreshold> mSystemWideThresholds; field in IoOveruseConfiguration.Builder
309 mSystemWideThresholds = systemWideThresholds; in Builder()
[all …]