Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DIoOveruseConfigurationSubject.java90 return isPerStateBytesEquals(actual.getComponentLevelThresholds(), in isEquals()
91 expected.getComponentLevelThresholds()) in isEquals()
/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseConfiguration.java127 public @NonNull PerStateBytes getComponentLevelThresholds() { in getComponentLevelThresholds() method in IoOveruseConfiguration
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java2627 toComponentTypeStr(componentType), config.getComponentLevelThresholds()); in toResourceSpecificConfiguration()
2816 if (config.getComponentLevelThresholds().getBackgroundModeBytes() <= 0 in checkIoOveruseConfig()
2817 || config.getComponentLevelThresholds().getForegroundModeBytes() <= 0 in checkIoOveruseConfig()
2818 || config.getComponentLevelThresholds().getGarageModeBytes() <= 0) { in checkIoOveruseConfig()
2822 + config.getComponentLevelThresholds().toString()); in checkIoOveruseConfig()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java3578 .getComponentLevelThresholds();
3603 ioOveruseConfiguration.getComponentLevelThresholds();
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2841 method TIRAMISU_0 PerStateBytes getComponentLevelThresholds();
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2877 method @NonNull public android.car.watchdog.PerStateBytes getComponentLevelThresholds();
/packages/services/Car/car-lib/api/
Dsystem-current.txt2877 method @NonNull public android.car.watchdog.PerStateBytes getComponentLevelThresholds();
Dtest-current.txt2984 method @NonNull public android.car.watchdog.PerStateBytes getComponentLevelThresholds();
Dsystem-lint-baseline.txt4938 UnflaggedApi: android.car.watchdog.IoOveruseConfiguration#getComponentLevelThresholds():
4939 … with @FlaggedApi: method android.car.watchdog.IoOveruseConfiguration.getComponentLevelThresholds()