Home
last modified time | relevance | path

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

/packages/modules/Profiling/service/java/com/android/os/profiling/
DDeviceConfigHelper.java108 public static final String MAX_COST_PROCESS_1_HOUR = "max_cost_process_1_hour"; field in DeviceConfigHelper
233 MAX_COST_PROCESS_1_HOUR, in getAllRateLimiterProperties()
DRateLimiter.java133 properties.getInt(DeviceConfigHelper.MAX_COST_PROCESS_1_HOUR, in RateLimiter()
511 properties.getInt(DeviceConfigHelper.MAX_COST_PROCESS_1_HOUR, -1)); in maybeUpdateConfigs()
/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingServiceTests.java1117 DeviceConfigHelper.MAX_COST_PROCESS_1_HOUR, processHour); in overrideRateLimiterDefaults()