Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseConfiguration.java101 @NonNull Map<String,PerStateBytes> appCategorySpecificThresholds, in IoOveruseConfiguration() argument
109 this.mAppCategorySpecificThresholds = appCategorySpecificThresholds; in IoOveruseConfiguration()
213 Map<String,PerStateBytes> appCategorySpecificThresholds = new java.util.LinkedHashMap<>(); in IoOveruseConfiguration() local
214 in.readMap(appCategorySpecificThresholds, PerStateBytes.class.getClassLoader()); in IoOveruseConfiguration()
224 this.mAppCategorySpecificThresholds = appCategorySpecificThresholds; in IoOveruseConfiguration()
298 @NonNull Map<String,PerStateBytes> appCategorySpecificThresholds, in Builder() argument
306 mAppCategorySpecificThresholds = appCategorySpecificThresholds; in Builder()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java2751 ArrayMap<String, PerStateBytes> appCategorySpecificThresholds = in toIoOveruseConfiguration() local
2753 replaceKey(appCategorySpecificThresholds, INTERNAL_APPLICATION_CATEGORY_TYPE_MAPS, in toIoOveruseConfiguration()
2755 replaceKey(appCategorySpecificThresholds, INTERNAL_APPLICATION_CATEGORY_TYPE_MEDIA, in toIoOveruseConfiguration()
2761 componentLevelThresholds, packageSpecificThresholds, appCategorySpecificThresholds, in toIoOveruseConfiguration()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogPerfHandlerUnitTest.java4879 Map<String, PerStateBytes> appCategorySpecificThresholds = new ArrayMap<>(); in sampleIoOveruseConfigurationBuilder() local
4880 appCategorySpecificThresholds.put( in sampleIoOveruseConfigurationBuilder()
4885 appCategorySpecificThresholds.put( in sampleIoOveruseConfigurationBuilder()
4896 packageSpecificThresholds, appCategorySpecificThresholds, systemWideThresholds); in sampleIoOveruseConfigurationBuilder()