Home
last modified time | relevance | path

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

/packages/modules/Profiling/service/java/com/android/os/profiling/
DDeviceConfigHelper.java46 public static final String COST_SYSTEM_TRACE = "cost_system_trace"; field in DeviceConfigHelper
242 COST_SYSTEM_TRACE, in getAllRateLimiterProperties()
DRateLimiter.java155 mCostSystemTrace = properties.getInt(DeviceConfigHelper.COST_SYSTEM_TRACE, in RateLimiter()
504 mCostSystemTrace = properties.getInt(DeviceConfigHelper.COST_SYSTEM_TRACE, in maybeUpdateConfigs()
/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingServiceTests.java1133 DeviceConfigHelper.COST_SYSTEM_TRACE, costSystemTrace); in overrideRateLimiterDefaults()