Home
last modified time | relevance | path

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

/packages/modules/Profiling/service/java/com/android/os/profiling/
DDeviceConfigHelper.java95 public static final String STACK_SAMPLING_DURATION_MS_MAX = "stack_sampling_duration_ms_max"; field in DeviceConfigHelper
209 STACK_SAMPLING_DURATION_MS_MAX, in getAllStackSamplingProperties()
DConfigs.java190 DeviceConfigHelper.STACK_SAMPLING_DURATION_MS_MAX, 300000); in initializeStackSamplingConfigsIfNecessary()
297 DeviceConfigHelper.STACK_SAMPLING_DURATION_MS_MAX, sStackSamplingDurationMsMax); in maybeUpdateConfigs()
/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingFrameworkTests.java966 DeviceConfigHelper.STACK_SAMPLING_DURATION_MS_MAX, durationMaxMs); in overrideStackSamplingDeviceConfigValues()