Home
last modified time | relevance | path

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

/packages/modules/Profiling/service/java/com/android/os/profiling/
DDeviceConfigHelper.java57 public static final String COST_HEAP_PROFILE = "cost_heap_profile"; field in DeviceConfigHelper
240 COST_HEAP_PROFILE, in getAllRateLimiterProperties()
DRateLimiter.java151 mCostHeapProfile = properties.getInt(DeviceConfigHelper.COST_HEAP_PROFILE, in RateLimiter()
500 mCostHeapProfile = properties.getInt(DeviceConfigHelper.COST_HEAP_PROFILE, in maybeUpdateConfigs()
/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingServiceTests.java1129 DeviceConfigHelper.COST_HEAP_PROFILE, costHeapProfile); in overrideRateLimiterDefaults()