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.java74 private @NonNull List<IoOveruseAlertThreshold> mSystemWideThresholds; field in IoOveruseConfiguration
106 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()
108 NonNull.class, null, mSystemWideThresholds); in IoOveruseConfiguration()
159 return mSystemWideThresholds; in getSystemWideThresholds()
172 "systemWideThresholds = " + mSystemWideThresholds + in toString()
185 dest.writeParcelableList(mSystemWideThresholds, flags); in writeToParcel()
216 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()
218 NonNull.class, null, mSystemWideThresholds); in IoOveruseConfiguration()
247 private @NonNull List<IoOveruseAlertThreshold> mSystemWideThresholds; field in IoOveruseConfiguration.Builder
294 mSystemWideThresholds = systemWideThresholds; in Builder()
[all …]