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
111 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()
113 NonNull.class, null, mSystemWideThresholds); in IoOveruseConfiguration()
168 return mSystemWideThresholds; in getSystemWideThresholds()
181 "systemWideThresholds = " + mSystemWideThresholds + in toString()
194 dest.writeParcelableList(mSystemWideThresholds, flags); in writeToParcel()
226 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()
228 NonNull.class, null, mSystemWideThresholds); in IoOveruseConfiguration()
257 private @NonNull List<IoOveruseAlertThreshold> mSystemWideThresholds; field in IoOveruseConfiguration.Builder
308 mSystemWideThresholds = systemWideThresholds; in Builder()
[all …]