Home
last modified time | relevance | path

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

/packages/modules/Profiling/service/java/com/android/os/profiling/
DDeviceConfigHelper.java78 public static final String COST_JAVA_HEAP_DUMP = "cost_java_heap_dump"; field in DeviceConfigHelper
239 COST_JAVA_HEAP_DUMP, in getAllRateLimiterProperties()
DRateLimiter.java149 mCostJavaHeapDump = properties.getInt(DeviceConfigHelper.COST_JAVA_HEAP_DUMP, in RateLimiter()
498 mCostJavaHeapDump = properties.getInt(DeviceConfigHelper.COST_JAVA_HEAP_DUMP, in maybeUpdateConfigs()
/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingServiceTests.java1127 DeviceConfigHelper.COST_JAVA_HEAP_DUMP, costHeapDump); in overrideRateLimiterDefaults()